Eventjet GraphQL API documentation

FormValueInput

Input object

A generic key-value pair for submitting form data. Used for customer data, ticket holder data, checkout options, and other form-based inputs.

The available keys depend on the context. Dot notation in keys represents nesting (e.g. address.postal_code groups under "address").

Fields

FieldDescriptionType
keyThe field name. Use dot notation to refer to a nested value (e.g. `address.postal_code`, `name.first_name`).String!
valueThe field value as a string. When setting a boolean field, use `bool:1` for true and `bool:0` for false.String!