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:
| Key | Description |
|---|---|
email | Email address |
first_name or name.first_name | First name |
last_name or name.last_name | Last name |
organization | Organization or company name |
language | Language code (e.g. en, de). Used for confirmation emails, invoices, and other documents sent to the customer. |
gender | m for male, f for female. A third option is planned. |
address.street or street | Street address |
address.postal_code or postal_code | Postal/ZIP code |
address.city or city | City |
address.country or country | ISO 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! ]!.