INPUT_OBJECT

Tag_Filter

Filter by GraphQL field and given value

link GraphQL Schema definition

  • input Tag_Filter {
  • # The name of the tag
  • name: String
  • # The name of the tag
  • nameWithin: [String]
  • # Unique identifier used by the metadata API.
  • id: ID
  • # Unique identifier used by the metadata API.
  • idWithin: [ID]
  • # Filter the output based on text query.
  • text: String
  • }

link Require by