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