BookingMutation
The Booking mutation root of this schema
Fields
cancel (
CancelPayload!
)
Cancel a Booking.
Argument | Type | Description |
---|---|---|
input |
CancelInput!
|
Parameters for Cancel |
complete (
CompletePayload!
)
Complete a Booking.
Argument | Type | Description |
---|---|---|
input |
CompleteInput!
|
Parameters for Complete |
create (
CreatePayload!
)
Create a new Booking.
Argument | Type | Description |
---|---|---|
input |
CreateInput!
|
Parameters for Create |