UNPKG

graphql-tools

Version:

Useful tools to create and manipulate GraphQL schemas.

6 lines (5 loc) 391 B
export { makeExecutableSchema } from '@graphql-tools/schema'; console.warn(`This package has been deprecated and now it only exports makeExecutableSchema. And it will no longer receive updates. We recommend you to migrate to scoped packages such as @graphql-tools/schema, @graphql-tools/utils and etc. Check out https://www.graphql-tools.com to learn what package you should use instead!`);