INPUT_OBJECT

SubscribeEvent

link GraphQL Schema definition

1input SubscribeEvent {
4
2# Existing event name
3eventName: String
7
5# Existing event type
6eventType: String
10
8# Identifier of the app using the event
9application: String!
13
11# a string payload, it should be serialized Protobuf data with base64 encoding
12delivery: EventDelivery!
16
14# The conditions to filter the event
15conditions: JSONData
19
17# The event subscription scope
18scope: EventSubscriptionScope
20}