UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

4 lines (3 loc) 202 B
import type { GraphQLSchema } from 'graphql'; import type { GraphQLInfo } from '../../types/index.js'; export declare function extractInfoFromDirectives(schema: GraphQLSchema): GraphQLInfo | undefined;