Migration from GraphQL Toolkit
GraphQL Toolkit was first built for keeping shared utilities of GraphQL Modules, GraphQL Code Generator, GraphQL CLI, GraphQL Inspector, Merge GraphQL Schemas and GraphQL Import, but we decided to merge this package into GraphQL Tools. So there are some small changes you need to do to replace old GraphQL Toolkit with the new GraphQL Tools in your project/library.
@graphql-toolkit/common
)#
Common package (@graphql-toolkit/common
is kept under @graphql-tools/utils
except Resolvers Composition feature. This feature can be found in @graphql-tools/resolvers-composition
.
@graphql-toolkit/core
)#
Type Definitions and Schema Loader packages (That package renamed to @graphql-tools/load
with the same API. The all loader packages has been renamed to @graphql-tools/*-loader
.
GraphQL Import logic extracted to @graphql-tools/import
.
@graphql-toolkit/schema-merging
)#
Type Definitions, Resolvers and Schema Merging (That package renamed to @graphql-tools/merge
with the same API.
@graphql-toolkit/file-loading
)#
File Loading (That package renamed to @graphql-tools/load-files
with the same API.