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


