Releases: Urigo/graphql-cli
v4.1.0
Release notes:
-
MongoDB starter template
-
DataSynchronization template with conflict support
-
Postgres template improvements
-
Improvements to React Client template
-
Custom resolvers generation and support in templates
-
Stronger integration of the GraphQL-Code-Generator inside templates
-
Seve command is now using MongoDB and generates out of the box GraphQL API for mocking and testing
-
Automatic discovery for more community templates (More amazing templates to appear soon)
-
Improvements and bug fixing for GraphQL-Code-Generator, GraphQL-Config and Graphback
GraphQL-Code-Generator release notes
Graphback release notes
v4.1.0-beta.1
Release notes:
-
MongoDB starter template
-
DataSynchronization template with conflict support
-
Postgres template improvements
-
Improvements to React Client template
-
Custom resolvers generation and support in templates
-
Stronger integration of the GraphQL-Code-Generator inside templates
-
Seve command is now using MongoDB and generates out of the box GraphQL API for mocking and testing
-
Automatic discovery for more community templates (More amazing templates to appear soon)
-
Improvements and bug fixing for GraphQL-Code-Generator, GraphQL-Config and Graphback
GraphQL-Code-Generator release notes
Graphback release notes
v4.0.0
- Support GraphQL v15
- Support GraphQL Config v3
- Update every dependency to latest
- Move shared parts of logic under
@graphql-cli
scoped packages - Use Yargs instead of Commander.js
- Add
validate
,coverage
,diff
andsimilar
commands - GraphQL Inspector - Use GraphQL Codegen in
codegen
command - Replace
playground
withserve
command - Replace
get-schema
withintrospect
command - New Plugin System
- Use Graphback
- Bug fixes