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