INPUT_OBJECT

EmitEvent

link GraphQL Schema definition

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