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