INPUT_OBJECT

UpdateEvent

link GraphQL Schema definition

1input UpdateEvent {
4
2# ID of event
3id: ID!
7
5# General description of the event
6description: String
8}