UNPKG

graphql-mocks

Version:
4 lines (3 loc) 190 B
import { GraphQLType } from 'graphql'; import { FieldResolver } from '../../types'; export declare function isFieldResolver(type: GraphQLType, resolver: unknown): resolver is FieldResolver;