INPUT_OBJECT
UpsertEvent
link GraphQL Schema definition
1 input UpsertEvent { 4 2 #   ID of event to update 3 : ID 7 5 #   Name of the event to be created. Cannot be updated on existing events. 6 : String 10 8 #   The type of event to be created. Cannot be updated on existing events. 9 : String 14 11 #   Event visibility. Private event is only visible to the app publisher. Cannot be  12 #   updated on existing events. 13 : Boolean 17 15 #   General description of the event 16 : String 22 18 #   Optional schema. Accept on Protocol buffer format. If not provided, 19 #   Custom message schema is inferred 20 #   Cannot be updated on existing events. 21 : String 23 }