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


