QueryClassicFormsWhereWhereConditionsRelation
Dynamic HAS conditions for WHERE conditions for the where argument of the query classicForms.
input QueryClassicFormsWhereWhereConditionsRelation {
amount: Int
condition: QueryClassicFormsWhereWhereConditionsHasCondition
operator: SQLOperator
relation: String!
}
Fields
QueryClassicFormsWhereWhereConditionsRelation.amount ● Int scalar
The amount to test.
QueryClassicFormsWhereWhereConditionsRelation.condition ● QueryClassicFormsWhereWhereConditionsHasCondition 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.
Member Of
QueryClassicFormsWhereWhereConditions input ● QueryClassicFormsWhereWhereConditionsHasCondition input


