ENUM

WhereFormat

link GraphQL Schema definition

  • enum WhereFormat {
  • # Joins fuzzy where conditions with an AND
  • and
  • # Joins fuzzy where conditions with an OR
  • or
  • }

link Require by