MutationCreateVenueBookingInput
input MutationCreateVenueBookingInput {
eventId: ID!
venueId: ID!
}
Fields
MutationCreateVenueBookingInput.eventId ● ID! non-null scalar
Global identifier of the event that the venue is to be booked for.
MutationCreateVenueBookingInput.venueId ● ID! non-null scalar
Global identifier of the venue to be booked.
Member Of
createVenueBooking mutation