Eventjet GraphQL API documentation

data

The customer data to apply, as a list of key-value pairs. Each call replaces the values for the provided keys; keys not included are left unchanged.

Standard keys include:

KeyDescription
emailEmail address
first_name or name.first_nameFirst name
last_name or name.last_nameLast name
organizationOrganization or company name
languageLanguage code (e.g. en, de). Used for confirmation emails, invoices, and other documents sent to the customer.
genderm for male, f for female. A third option is planned.
address.street or streetStreet address
address.postal_code or postal_codePostal/ZIP code
address.city or cityCity
address.country or countryISO country code (e.g. AT, DE)

Any key not listed above is stored as a custom field. Custom fields are event-specific and defined by the event organizer.

Both flat keys (e.g. street) and dot-notation keys (e.g. address.street) are accepted for address and name fields. They are equivalent.

Type

This field resolves to [ FormValueInput! ]!.