Skip to main content

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 to 0).
  • limit must be a positive integer from 1 to 2000 (defaults to 100).
ContactSetup.dietaryRequirements.limit ● PaginationLimit! non-null scalar
ContactSetup.dietaryRequirements.offset ● NonNegativeInt! non-null scalar

Member Of

CeContactStoreSetup object ● ContactStoreSetup object ● EventSetup object ● MembershipContactStoreSetup object