Eventjet GraphQL API documentation

customerData

Customer data (name, address, email, etc.) associated with the sale, if provided. Null if no customer data has been applied yet.

Arguments

customerData doesn't take any arguments.

Type

This field resolves to CustomerData, which has the following fields:

FieldDescriptionType
addressThe customer's postal address, if provided.Address
emailThe customer's email address, if provided and valid.Email
entriesAll customer data as key-value entries.[ CustomerDataEntry! ]!
firstNameThe customer's first name, if provided.String
genderThe customer's gender, if provided. A third option beyond `MALE` and `FEMALE` is planned.Gender
lastNameThe customer's last name, if provided.String
organizationThe customer's organization or company name, if provided.String