Skip to main content

UpdateEventLocationInput

Defines the input for updating a location for an event.

input UpdateEventLocationInput {
allowCheckInForEventStream: Boolean
comment: String
eventId: ID!
locationId: ID!
name: String
uniqueCode: String
}

Fields

UpdateEventLocationInput.allowCheckInForEventStream ● Boolean scalar

A flag indicating whether the location can be used for an EventStream check in. Optional.

UpdateEventLocationInput.comment ● String scalar

A UTF-8 string comment for the location. Optional.

UpdateEventLocationInput.eventId ● ID! non-null scalar

The identifier of the event the location is associated with.

UpdateEventLocationInput.locationId ● ID! non-null scalar

The identifier of the location.

UpdateEventLocationInput.name ● String scalar

A UTF-8 string representing the name of the location. Optional.

UpdateEventLocationInput.uniqueCode ● String scalar

A customer supplied, UTF-8 string value that represents a unique code for the location. Optional.

The value must be unique across all locations for an event.

Member Of

updateEventLocation mutation