INPUT_OBJECT
EventListenerUnsetInput
link GraphQL Schema definition
1 input EventListenerUnsetInput { 2 3 : EventObjectType! 4 5 # Provide change types you want to unsubscribe from. 6 # Not specifying means all types of changes (the listener and the queued events will be deleted). 7 : [EventChangeType!] 8 }