ContactSetup
Defines the settings for contacts in EventsAir.
type ContactSetup {
dietaryRequirements(
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [DietaryRequirement!]!
}
Fields
ContactSetup.dietaryRequirements
● [DietaryRequirement!]!
non-null object
A list of dietary requirements available for contacts.
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
).
ContactSetup.dietaryRequirements.limit
● PaginationLimit!
non-null scalar
ContactSetup.dietaryRequirements.offset
● NonNegativeInt!
non-null scalar
Member Of
CeContactStoreSetup
object ● ContactStoreSetup
object ● EventSetup
object ● MembershipContactStoreSetup
object