Filter criteria for querying application tags.
input GetAppsTagsInputFilter { appId: [String!] tagId: [String!] tagType: [OxTagType!] }
appId [String!]
[String!]
Filter by application ID(s)
tagId [String!]
Filter by tag ID(s)
tagType [OxTagType!]
[OxTagType!]
Filter by tag type(s)
{} GetAppsTagsInput.filters
Last updated 1 year ago