UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

4 lines (3 loc) 193 B
import type { GraphQLSchema } from 'graphql'; import type { SchemaInput } from '../schema-input-types.js'; export declare function getGraphQlSchema(input: SchemaInput): Promise<GraphQLSchema>;