Releases: graphql-hive/graphql-yoga
Releases · graphql-hive/graphql-yoga
v0.2.3
v0.2.2
Fixes:
- Updates subscriptions example
README.md
to reflect new server instantiation - aa6f290 - Updates hello-world example
README.md
to reflect new server instantiation - ba2b958 - Updates
README.md
to correctly reflect default port number - 943780d
Dependency Updates:
graphql-playground-middleware-express
to^1.3.6
Special thanks to @motss for contributing to this release 🎉
v0.2.1
v0.2.0
Fixes:
- Allow access to
schema
- 5de19bf - Adds "examples" project's
node_modules
andpackage-lock.json
to.gitignore
- b12d273 - Fixes #18 by specifying
port: 4000
74c1f31 - Adds
key
to list-items in fullstack example to fix console warning - 78e260c
Dependency Updates:
@types/graphql
to^0.11.7
graphql-playground-middleware-express
to^1.3.0
typescript
to^2.6.2
Special thanks to @giautm and @AlaDouagi for contributing to this release 🎉