UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

7 lines (6 loc) 179 B
import { GraphQLNamedType } from 'graphql'; export declare class TypeIsNotDocumentCompatible extends Error { constructor({ type }: { type: GraphQLNamedType; }); }