ceContactStores
Retrieves continuing education contact stores that match the filter criteria specified in the optional input
argument. By default,
results are ordered by continuing education contact store name, ascending.
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
).
ceContactStores(
input: FindContactStoresInput! = [object Object]
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [CeContactStore!]!
Arguments
ceContactStores.input
● FindContactStoresInput!
non-null input
ceContactStores.limit
● PaginationLimit!
non-null scalar
ceContactStores.offset
● NonNegativeInt!
non-null scalar
Type
CeContactStore
object
Represents an EventsAir continuing education contact store.