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


