Eventjet GraphQL API documentation

CustomerDataEntry

Interface

A single entry in the customer data.

Each entry has a key and a value that is either a string (CustomerDataStringEntry) or a nested list of entries (CustomerDataArrayEntry).

Nesting occurs for grouped fields. For example, data submitted with keys address.street and address.city results in a CustomerDataArrayEntry with key "address" whose value contains two CustomerDataStringEntry children.

Fields

FieldDescriptionType
keyThe field name (e.g. "email", "address", "first_name").String!

Possible Types

CustomerDataEntry can be one of the following types: