ENUM

Tag_WhereGroup_Fields

Where group options for Tag. Matches when any field in the array is met

link GraphQL Schema definition

  • enum Tag_WhereGroup_Fields {
  • # Filter to only show tags applicable to the given type.
  • type
  • # The tag's display name.
  • name
  • # A long description of the tag.
  • description
  • }