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