UNPKG

@graphql-mesh/cli

Version:
3 lines (2 loc) 152 B
import type { MeshInstance } from '@graphql-mesh/runtime'; export declare function getGraphQLWSOptions(getBuiltMesh: () => Promise<MeshInstance>): any;