UpdateEventPayload
Autogenerated return type of UpdateEvent.
type UpdateEventPayload {
clientMutationId: String
event: Event!
}
Fields
UpdateEventPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdateEventPayload.event
● Event!
non-null object
Returned By
updateEvent
mutation