Json Graphql Server Versions Save

Get a full fake GraphQL API with zero coding in less than 30 seconds.

v3.0.1

4 weeks ago

Fix broken 3.0.0 release

v3.0.0

4 weeks ago

Note This release is buggy, please use 3.0.1 instead.

  • Drop Node <= 18 support
  • Fix Date as string type cannot be compared to date string
  • Update dependencies (now supports GraphQL 16)
  • Update documentation

v2.4.0

1 month ago

v2.3.2

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/marmelab/json-graphql-server/compare/v2.3.1...v2.3.2

v2.3.1

2 years ago
  • Revert upgrade dependencies

v2.3.0

2 years ago
  • Update dependencies

v2.2.3

3 years ago
  • Add create many (vantreeseba)
  • Fix issue with Remove and Create function not incrementing the ID (underscore05)
  • Bump ssri from 6.0.1 to 6.0.2 (dependabot)
  • Add neq filter (vantreeseba)
  • Fix remove return type (vantreeseba)
  • Add hostname cli parameter (vantreeseba)

v2.2.1

3 years ago
  • Upgrade dependencies due to security warning

v2.2.2

3 years ago
  • Upgrade dependencies due to security warning

v2.2.0

3 years ago
  • Upgrade dependencies
  • Better handling of string IDs
  • Don't remove any entities when you try to remove a nonexistent entity
  • Add support + docs for exporting the GraphQLSchema