Json Graphql Server Versions Save

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

v2.1.3

5 years ago
  • Fix vulnerabilities reported by npm audit

v2.1.1

6 years ago

Changes

  • Add support for array in filters djhi

v2.0.1

6 years ago

Changes

  • Fix - Ensure ids filter is exposed djhi
  • Fix - Ensure filters are applied the same way for queries and metas djhi

v2.0.0

6 years ago

Changes

  • Add ability to specify port for json-graphql-server binary through NODE_PORT djhi
  • Fix meta queries filter parameter djhi
  • Fix usage for fetch djhi
  • Fix for calling update multiple times sioked

Breaking changes

On client side, the function returned by getHandler now has the same signature as fetch: (url, options). It can be used the same way as before with fetch-mock.

v1.1.2

6 years ago

v1.1.1

6 years ago

1.0.2

6 years ago
  • Add support for CORS in CLI tool

1.0.1

6 years ago
  • Decrease the Node version requirement by using ES5 trailing comma policy in prettier.

1.0.0

6 years ago
  • Fix GraphiQL server
  • Fix mutation resolvers
  • Add Date type and support
  • Add JSON support
  • Add unit and integratino tests
  • Remove transpilation

0.7.0

6 years ago
  • Add filters handling on all* routes
  • Add Relationship handling