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