createReservation
Creates a new Sale.
Authorization is required to use this mutation.
Arguments
| Argument | Description | Type |
|---|---|---|
| input | CreateReservationInput! |
Type
This field resolves to CreateReservationPayload, which has the following fields:
| Field | Description | Type |
|---|---|---|
reservation | The sale that was created. | Sale |