INPUT_OBJECT
AdvancedSearchAttributes
Attributes for the so-called advanced search
link GraphQL Schema definition
- input AdvancedSearchAttributes {
- # _and, _or, _not
- : String!
- # all the actual fields, plus an operator
- : [AdvancedSearchFields!]!
- }
INPUT_OBJECT
Attributes for the so-called advanced search
- input AdvancedSearchAttributes {
- # _and, _or, _not
- : String!
- # all the actual fields, plus an operator
- : [AdvancedSearchFields!]!
- }