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:
offsetmust be a non-negative integer (defaults to0).limitmust be a positive integer from1to2000(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