CreateEventLocationInput
Defines the input for creating a new location for an event.
input CreateEventLocationInput {
allowCheckInForEventStream: Boolean
comment: String
eventId: ID!
name: String!
uniqueCode: String
}
Fields
CreateEventLocationInput.allowCheckInForEventStream ● Boolean scalar
A flag indicating whether the location can be used for an EventStream check in. Optional.
The default value is false.
CreateEventLocationInput.comment ● String scalar
A UTF-8 string comment for the location. Optional.