UNPKG

graphql-paper

Version:

A flexible in-memory store based on a GraphQL Schema

6 lines (5 loc) 122 B
export declare class TypeDoesNotExist extends Error { constructor({ typename }: { typename: string; }); }