UNPKG

@kamilkisiela/graphql-tools

Version:

Useful tools to create and manipulate GraphQL schemas.

5 lines (4 loc) 106 B
export default class SchemaError extends Error { message: string; constructor(message: string); }