3acc87a620
- moved a few gql types to twenty shared to re-use in server - added a new endpoint, onEventSubscription that expect a streamId to create a connection - two new endpoints to store queries in Redis - updated the existing batch channel to directly use object record type
6 lines
229 B
TypeScript
6 lines
229 B
TypeScript
export enum SubscriptionChannel {
|
|
WORKSPACE_EVENT_BATCH_CHANNEL = 'WORKSPACE_EVENT_BATCH_CHANNEL',
|
|
DATABASE_EVENT_CHANNEL = 'DATABASE_EVENT_CHANNEL',
|
|
SERVERLESS_FUNCTION_LOGS_CHANNEL = 'SERVERLESS_FUNCTION_LOGS_CHANNEL',
|
|
}
|