For the complete documentation index, see llms.txt. This page is also available as Markdown.

getTagsInput

Input type for querying tags with pagination and filter options.

Examples

input GetTagsInput {
  filters: GetTagsFilters
}

Fields

Field
Description
Supported fields

Filter criteria for the tag query

tagType [OxTagType!] tagId [String!]

References

Queries using this object:

Last updated