Skip to content

Releases: nyteshade/ne-schemata

v3.0.1

28 Oct 21:30
Compare
Choose a tag to compare
  • Fixed overassumption about .js files with adjacent .graphql 09c5a9c
  • Update README.md e3fd0ce

v3.0.0...v3.0.1

v3.0.0

28 Oct 20:40
Compare
Choose a tag to compare
  • Updating tests and determining breaking changes 7850940
  • Updated tag pre-processor to be compatible with Apollo b895973

v2.4.1...v3.0.0

v2.4.1

28 Oct 02:21
Compare
Choose a tag to compare
  • Adding engines property to package.json 448ab34

v2.4.0...v2.4.1

Updated Dependencies Release

23 Jun 22:11
Compare
Choose a tag to compare

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

10 Oct 00:31
Compare
Choose a tag to compare

In order to get CI builds passing, package-lock.json needed updating. This has been done.

Release adding config .schemaDirectives

10 Oct 00:24
Compare
Choose a tag to compare

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