Eventjet GraphQL API documentation

CustomerDataArrayEntry

Object

A customer data entry whose value is a nested list of entries. This occurs for grouped fields like "address" or "name".

Fields

FieldDescriptionType
keyThe group name (e.g. "address", "name").String!
valueThe nested entries within this group.[ CustomerDataEntry! ]!

Interfaces

CustomerDataArrayEntry implements the following interfaces: