getAppsTagsInputFilter

Filter criteria for querying application tags.

Examples

input GetAppsTagsInputFilter {
  appId: [String!]
  tagId: [String!]
  tagType: [OxTagType!]
}

Fields

Field
Description
Supported fields

appId [String!]

Filter by application ID(s)

tagId [String!]

Filter by tag ID(s)

tagType [OxTagType!]

Filter by tag type(s)

References

Fields with this object:

Last updated