Skip to main content

attachmentTagGroups

List of attachment tag groups

attachmentTagGroups(
after: String
before: String
first: Int
last: Int
onlyWithTags: Boolean = false
search: AttachmentTagGroupsSearchType
sort: [Sort!] = [{ caseSensitive: true, direction: asc, field: "name" }]
): TagGroupConnection

Arguments

attachmentTagGroups.after ● String scalar

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

attachmentTagGroups.before ● String scalar

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

attachmentTagGroups.first ● Int scalar

Returns the first _n_ elements from the list.

attachmentTagGroups.last ● Int scalar

Returns the last _n_ elements from the list.

attachmentTagGroups.onlyWithTags ● Boolean scalar

Filter by presence of child tags

Input object for searching attachment tag groups

attachmentTagGroups.sort ● [Sort!] list input

Sort result

Type

TagGroupConnection object

The connection type for TagGroup.