UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

3 lines (2 loc) 128 B
import type { GraphQLField } from 'graphql'; export declare function isConnectionField(field: GraphQLField<any, any>): boolean;