Releases: nyteshade/ne-schemata
Releases · nyteshade/ne-schemata
v3.0.1
v3.0.0
v2.4.1
Updated Dependencies Release
This release updates all the dependencies to their modern 2022 versions, fixing several major semver incompatibilities.
Same as 1.11.0 with updated package-lock.json
In order to get CI builds passing, package-lock.json
needed updating. This has been done.
Release adding config .schemaDirectives
Schemata is designed to be used with various GraphQL JavaScript engines. In
many cases, it is simply used as a variable to store configuration for more
specific calls to things like makeExecutableSchema
from graphql-tools
or
GraphQLServer
and the like. For more information on Apollo's usage of
this property, see this page:
https://www.apollographql.com/docs/graphql-tools/schema-directives.html