QueryContactsWhereWhereConditions
No description
input QueryContactsWhereWhereConditions {
column: ContactSearchByColumns
operator: SQLOperator
value: Mixed
AND: [QueryContactsWhereWhereConditions!]
OR: [QueryContactsWhereWhereConditions!]
HAS: QueryContactsWhereWhereConditionsRelation
}
Fields
QueryContactsWhereWhereConditions.column ● ContactSearchByColumns enum
QueryContactsWhereWhereConditions.operator ● SQLOperator enum
QueryContactsWhereWhereConditions.value ● Mixed scalar
QueryContactsWhereWhereConditions.AND ● [QueryContactsWhereWhereConditions!] list input
QueryContactsWhereWhereConditions.OR ● [QueryContactsWhereWhereConditions!] list input
QueryContactsWhereWhereConditions.HAS ● QueryContactsWhereWhereConditionsRelation input
Member Of
contacts query ● contactsByList query ● marketingContributionContacts query ● newContactsByChannel query ● QueryContactsWhereWhereConditions input ● QueryContactsWhereWhereConditionsRelation input


