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