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