UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

8 lines (7 loc) 215 B
import { GraphQLObjectType } from 'graphql'; export declare class FieldDoesNotExistOnType extends Error { constructor({ type, fieldName }: { type: GraphQLObjectType; fieldName: string; }); }