UNPKG

@graphql-mesh/tuql

Version:
8 lines (7 loc) 325 B
import type { MeshHandler, MeshHandlerOptions, MeshSource, YamlConfig } from '@graphql-mesh/types'; export default class TuqlHandler implements MeshHandler { private config; private baseDir; constructor({ config, baseDir }: MeshHandlerOptions<YamlConfig.TuqlHandler>); getMeshSource(): Promise<MeshSource>; }