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