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
UpdateEventInput
.id
● ID
scalar
Member Of
updateEvent
mutation