PersonCoordinationsWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where
argument of the query coordinations
.
input PersonCoordinationsWhereWhereConditionsRelation {
relation: String!
operator: SQLOperator
amount: Int
condition: PersonCoordinationsWhereWhereConditions
}
Fields
PersonCoordinationsWhereWhereConditionsRelation.relation
● String!
non-null scalar
The relation that is checked.
PersonCoordinationsWhereWhereConditionsRelation.operator
● SQLOperator
enum
The comparison operator to test against the amount.
PersonCoordinationsWhereWhereConditionsRelation.amount
● Int
scalar
The amount to test.
PersonCoordinationsWhereWhereConditionsRelation.condition
● PersonCoordinationsWhereWhereConditions
input
Additional condition logic.