INPUT_OBJECT
EmitEvent
link GraphQL Schema definition
1 input EmitEvent { 4 2 # Event name 3 String! : 7 5 # Existing event type 6 String! : 10 8 # Identifier of the app using the event 9 String! : 14 11 # string payload, it should be serialized Protobuf data with base64 encoding or 12 # escaped JSON string 13 String! : 17 15 # Only use for internal/orgless token (optional) 16 ID : 18 }