Graphql Relay Js Versions Save

A library to help construct a graphql-js server supporting react-relay.

v0.10.0

2 years ago

v0.10.0 (2021-12-19)

Breaking Change 💥

New Feature 🚀

Bug Fix 🐞

Polish 💅

3 PRs were merged

Internal 🏠

Committers: 2

v0.9.0

2 years ago

v0.9.0 (2021-09-13)

Breaking Change 💥

New Feature 🚀

  • #353 feat: use object freeze for connection args (@saihaj)

Bug Fix 🐞

Dependency 📦

Committers: 2

v0.8.0

2 years ago

v0.8.0 (2021-06-29)

Breaking Change 💥

New Feature 🚀

Bug Fix 🐞

Polish 💅

2 PRs were merged

Internal 🏠

  • #343 build: run prettier on generated output (@saihaj)

Dependency 📦

Committers: 2

v0.7.0

2 years ago

v0.7.0 (2021-06-01)

Breaking Change 💥

New Feature 🚀

Bug Fix 🐞

Docs 📝

Polish 💅

28 PRs were merged

Internal 🏠

33 PRs were merged

Dependency 📦

15 PRs were merged

Committers: 6

v0.6.0

5 years ago
  • Update graphql dependency
  • Parametrize GraphQLNodeDefinitions on TContext (thanks @taion)

v0.5.5

6 years ago
  • Update dependencies and peer dependencies.

v0.5.4

6 years ago
  • Relicense as MIT 🎉
  • Export flow types (@mike-marcacci)
  • Use Buffer.from instead of new Buffer (@sibelius)

v0.5.2

6 years ago

New

  • Update graphql peer dependency to support v0.10.x.
  • The NPM package now ships with .flow type files.

v0.5.1

7 years ago
  • Add support for graphql v0.9.1 (#145).
  • Add yarn.lock (#147).

v0.5.0

7 years ago
  • You can now pass a deprecationReason to mutationWithClientMutationId (#140).
  • Added nodesField function for defining nodes fields (#141).
  • Add support for graphql v0.9.0 (#143).