Skip to main content

PersonPropertiesWhereWhereConditionsRelation

Dynamic HAS conditions for WHERE conditions for the where argument of the query properties.

input PersonPropertiesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: PersonPropertiesWhereWhereConditions
}

Fields

PersonPropertiesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

PersonPropertiesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

PersonPropertiesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

PersonPropertiesWhereWhereConditionsRelation.condition ● PersonPropertiesWhereWhereConditions input

Additional condition logic.

Member Of

PersonPropertiesWhereWhereConditions input