INPUT_OBJECT

EventListenerSetInput

link GraphQL Schema definition

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

link Required by