BillEventSubscription
Subscription for real-time bill events.
Supports both authenticated (via user) and public (via join_token) access.
type BillEventSubscription {
eventData: JSONString
eventType: String!
}
Fields
BillEventSubscription.eventData ● JSONString scalar
BillEventSubscription.eventType ● String! non-null scalar
Returned By
onBillEvent subscription