DeleteEventLocationInput
Defines the input for deleting a location for an event.
input DeleteEventLocationInput {
eventId: ID!
locationId: ID!
}
Fields
DeleteEventLocationInput.eventId
● ID!
non-null scalar
The identifier of the event the location is associated with.
DeleteEventLocationInput.locationId
● ID!
non-null scalar
The identifier of the location.
Member Of
deleteEventLocation
mutation