INPUT_OBJECT
SearchBooleanField
types.search_boolean_field
link GraphQL Schema definition
- input SearchBooleanField {
- # The model attribute you wish to reference.
- String! :
- # The value to search for.
- Boolean! :
- # An operator that defines how to apply the search value to the boolean attribute.
- BooleanOperator :
- }