INPUT_OBJECT

BooleanFilterInput

link GraphQL Schema definition

  • input BooleanFilterInput {
  • id: String!
  • # null is equivalent to excluding the filter.
  • value: Boolean
  • }