Skip to main content

attachmentTags

List of attachment tags

attachmentTags(
after: String
before: String
first: Int
last: Int
search: AttachmentTagsSearchType
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
tagGroupId: ID
withoutTagGroup: Boolean = false
): TagConnection

Arguments

attachmentTags.after ● String scalar

Returns the elements in the list that come after the specified cursor.

attachmentTags.before ● String scalar

Returns the elements in the list that come before the specified cursor.

attachmentTags.first ● Int scalar

Returns the first _n_ elements from the list.

attachmentTags.last ● Int scalar

Returns the last _n_ elements from the list.

Input object for searching attachment tags

attachmentTags.sort ● [Sort!] list input

Sort result

attachmentTags.tagGroupId ● ID scalar

Filter by tag group

attachmentTags.withoutTagGroup ● Boolean scalar

Filter by without tag group

Type

TagConnection object

The connection type for Tag.