graphql-tools
Version:
Useful tools to create and manipulate GraphQL schemas.
6 lines (5 loc) • 391 B
JavaScript
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 -tools/schema, -tools/utils and etc.
Check out https://www.graphql-tools.com to learn what package you should use instead!`);