ContactStoresWhere
Defines the filter criteria for searching for a contact store. The filter will match contact stores that satisfy all specified criteria.
input ContactStoresWhere {
aliases: [String!]
country: StringComparison
includeArchivedContactStores: Boolean
name: StringComparison
office: OfficeWhere
state: StringComparison
uniqueCodes: [String!]
}
Fields
ContactStoresWhere.aliases
● [String!]
list scalar
Filter contact stores by their alias(es). Optional.
ContactStoresWhere.country
● StringComparison
input
Find contact stores by country. Optional.
ContactStoresWhere.includeArchivedContactStores
● Boolean
scalar
A flag indicating whether archived contact stores are included. Optional. Archived contact stores are only included if this field is true
.
ContactStoresWhere.name
● StringComparison
input
Find contact stores by name. Optional.
ContactStoresWhere.office
● OfficeWhere
input
Filter contact stores based on their office. Optional.
ContactStoresWhere.state
● StringComparison
input
Find contact stores by state, territory or province. Optional.
ContactStoresWhere.uniqueCodes
● [String!]
list scalar
Filter contact stores by their unique code(s). Optional.
Member Of
FindContactStoresInput
input