contactStores
Retrieves contact stores that match the filter criteria specified in the optional input
argument. By default,
results are ordered by contact store name, ascending.
See FindContactStoresInput
for details on how the input
argument can be used to filter contact stores.
Optionally, the offset
and limit
arguments can be used to page through multiple items:
offset
must be a non-negative integer (defaults to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
contactStores(
input: FindContactStoresInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [ContactStore!]!
Arguments
contactStores.input
● FindContactStoresInput!
non-null input
contactStores.limit
● PaginationLimit!
non-null scalar
contactStores.offset
● NonNegativeInt!
non-null scalar
Type
ContactStore
object
Represents an EventsAir contact store.