INPUT_OBJECT
CreateEvent
link GraphQL Schema definition
1 input CreateEvent { 4 2 # Name of the event to be created 3 String! : 7 5 # The type of event 6 String! : 11 8 # Identifier of the app using the event. Using "system" as application will throw 9 # error 10 String! : 14 12 # Event visibility. Private event is only visible to the app publisher. 13 Boolean! : 17 15 # General description of the event 16 String : 21 18 # Optional schema. Accept on Protocol buffer format. If not provided, 19 # Custom message schema is inferred 20 String : 22 }