ContractMembersWhereWhereConditions
Dynamic WHERE conditions for the where
argument of the query members
.
input ContractMembersWhereWhereConditions {
column: UsersWhereColumns
operator: SQLOperator
value: Mixed
AND: [ContractMembersWhereWhereConditions!]
OR: [ContractMembersWhereWhereConditions!]
HAS: ContractMembersWhereWhereConditionsRelation
}
Fields
ContractMembersWhereWhereConditions.column
● UsersWhereColumns
enum
The column that is used for the condition.
ContractMembersWhereWhereConditions.operator
● SQLOperator
enum
The operator that is used for the condition.
ContractMembersWhereWhereConditions.value
● Mixed
scalar
The value that is used for the condition.
ContractMembersWhereWhereConditions.AND
● [ContractMembersWhereWhereConditions!]
list input
A set of conditions that requires all conditions to match.
ContractMembersWhereWhereConditions.OR
● [ContractMembersWhereWhereConditions!]
list input
A set of conditions that requires at least one condition to match.
ContractMembersWhereWhereConditions.HAS
● ContractMembersWhereWhereConditionsRelation
input
Check whether a relation exists. Extra conditions or a minimum amount can be applied.
Member Of
ContractMembersWhereWhereConditions
input ● ContractMembersWhereWhereConditionsRelation
input