INPUT_OBJECT

EventListenerUnsetInput

link GraphQL Schema definition

1input EventListenerUnsetInput {
2
3objectType: 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).
7changeTypes: [EventChangeType!]
8}

link Required by