Eventjet GraphQL API documentation

CreateReservationInput

Input object

The input for creating a Sale, used by the createReservation mutation.

This is the input that you need to provide when creating a sale. It contains the ID of the company for which the sale is created.

Fields

FieldDescriptionType
companyIdThe ID of the company for which the sale is created.ID!

Used By (0)

CreateReservationInput is referenced by the following fields, arguments, and input fields:

TypeField
MutationcreateReservation(input)