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