INPUT_OBJECT
EventListenerSetInput
link GraphQL Schema definition
1 input EventListenerSetInput { 2 3 EventObjectType! : 4 5 # Provide change types you want to subscribe to. 6 # Not specifying means all types of changes ("subscribe to all"). 7 EventChangeType!] : [ 8 }