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