SetVenueBookableInput
Input for setting a Venue as bookable or non-bookable.
Fields
| Field | Type | Description |
|---|---|---|
bookable | Boolean! | Whether a venue can be booked or not |
configuration | SetVenueBookableConfigurationInput | The configuration of a venue |
fromDate | DateTime | The from date to set for the venue when setting as bookable |
thruDate | DateTime | The thru date to set for the venue when setting as non-bookable |
venueId | String! | The ID of the venue node. |
venueTypeId | String | The ID of the venue type node. |