ENUM

Tag_OrderBy_Fields

link GraphQL Schema definition

  • enum Tag_OrderBy_Fields {
  • # Order by id
  • id
  • # Order by name
  • name
  • # Order by description
  • description
  • # Order by type
  • type
  • # Order by color
  • color
  • }