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