Page Contents
Home > @loopback/graphql > GraphQLWsContextResolver
GraphQLWsContextResolver type
Signature:
export type GraphQLWsContextResolver = (ctx: {
[key: string]: unknown;
}, message: SubscribeMessage, args: ExecutionArgs) => Promise<GraphQLExecutionContextValue> | GraphQLExecutionContextValue;