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