UNPKG

@graphql-mesh/cli

Version:
4 lines (3 loc) 236 B
import type { useServer } from 'graphql-ws/lib/use/ws'; import type { MeshInstance } from '@graphql-mesh/runtime'; export declare function getGraphQLWSOptions(getBuiltMesh: () => Promise<MeshInstance>): Parameters<typeof useServer>[0];