Skip to main content

UpdateEventInput

Autogenerated input type of UpdateEvent

input UpdateEventInput {
clientMutationId: String
event: EventInput
id: ID
}

Fields

UpdateEventInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

UpdateEventInput.event ● EventInput input

The event attributes to update

UpdateEventInput.id ● ID scalar

The ID of the event to update

Member Of

updateEvent mutation