INPUT_OBJECT

PropertyConditionsInput

Conditions group.

link GraphQL Schema definition

  • input PropertyConditionsInput {
  • # The condition of the bathroom.
  • bathroom: Condition
  • # The condition of the kitchen.
  • kitchen: Condition
  • }