Skip to main content
Module

x/bq-oak-graphql/subscriptions-transport-ws/message-types.ts>default

A simple graphql middleware for oak deno framework.
Latest
class default
import { default } from "https://deno.land/x/bq-oak-graphql@v2.0/subscriptions-transport-ws/message-types.ts";

Constructors

new
default()

Static Properties

GQL_COMPLETE: string
GQL_CONNECTION_ACK: string
GQL_CONNECTION_ERROR: string
GQL_CONNECTION_INIT: string
GQL_CONNECTION_KEEP_ALIVE: string
GQL_CONNECTION_TERMINATE: string
GQL_DATA: string
GQL_ERROR: string
GQL_START: string
GQL_STOP: string
deprecated
INIT: string
deprecated
INIT_FAIL: string
deprecated
INIT_SUCCESS: string
deprecated
KEEP_ALIVE: string
deprecated
SUBSCRIPTION_DATA: string
deprecated
SUBSCRIPTION_END: string
deprecated
SUBSCRIPTION_FAIL: string
deprecated
SUBSCRIPTION_START: string
deprecated
SUBSCRIPTION_SUCCESS: string