INPUT_OBJECT

SearchBooleanField

types.search_boolean_field

link GraphQL Schema definition

  • input SearchBooleanField {
  • # The model attribute you wish to reference.
  • attribute: String!
  • # The value to search for.
  • search_value: Boolean!
  • # An operator that defines how to apply the search value to the boolean attribute.
  • operator: BooleanOperator
  • }