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