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