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