INPUT_OBJECT

AdvancedSearchAttributes

Attributes for the so-called advanced search

link GraphQL Schema definition

  • input AdvancedSearchAttributes {
  • # _and, _or, _not
  • operator: String!
  • # all the actual fields, plus an operator
  • fields: [AdvancedSearchFields!]!
  • }

link Require by