Skip to main content

PersonPhonesWhereWhereConditionsRelation

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

input PersonPhonesWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: PersonPhonesWhereWhereConditions
}

Fields

PersonPhonesWhereWhereConditionsRelation.relation ● String! non-null scalar

The relation that is checked.

PersonPhonesWhereWhereConditionsRelation.operator ● SQLOperator enum

The comparison operator to test against the amount.

PersonPhonesWhereWhereConditionsRelation.amount ● Int scalar

The amount to test.

PersonPhonesWhereWhereConditionsRelation.condition ● PersonPhonesWhereWhereConditions input

Additional condition logic.

Member Of

PersonPhonesWhereWhereConditions input