getTagsFilters

Filter criteria for querying tags.

Examples

input GetTagsFilters {
  tagType: [OxTagType!]
  tagId: [String!]
}

Fields

Field
Description
Supported fields

tagType [OxTagType!]

Filter by tag type(s)

tagId [String!]

Filter by specific tag ID(s)

References

Fields with this object:

Last updated