UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

3 lines (2 loc) 129 B
import type { GraphQLFieldsType } from '../models'; export declare function isFieldsType(type?: any): type is GraphQLFieldsType;