graphql

A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations.

APACHE-2.0 License

Downloads
80K
Stars
503
Committers
61

Bot releases are visible (Hide)

graphql - Neo4j GraphQL Library 2.0.0-rc.1

Published by danstarns about 3 years ago

Whats Included?

  1. #300 - Validation Of typeDefs
  2. #283
  3. #362
  4. #369
  5. #366 - New docs look and feel 👀
  6. #367
  7. #368
  8. #365

Notes

Going RC now as we feel there are no more features to add. We will continue to publish release candidates until we are happy to go GA on 2.0.0.

graphql - OGM 2.0.0-rc.1

Published by danstarns about 3 years ago

Updates @neo4j/graphql dependency.

graphql - OGM 1.2.4

Published by danstarns about 3 years ago

What's Included?

Updates to @neo4j/graphql dependency.

graphql - Neo4j GraphQL Library 1.2.4

Published by danstarns about 3 years ago

Whats Included?

  1. #361
  2. #359
  3. #355

Notes

Small fixes and improvements. Thanks to @mathix420 and @dmoree for your contributions to this release 🍻

graphql - OGM 2.0.0-alpha.4

Published by danstarns over 3 years ago

Whats Included ?

  1. #329 - Count Queries

Notes

Apart from the additional OGM method this PR simply updates to the lastest @neo4j/graphql.

graphql - Neo4j GraphQL Library 2.0.0-alpha.4

Published by danstarns over 3 years ago

Whats Included?

  1. #339
  2. #334
  3. #329 - Count Queries
  4. #340
  5. #325

Alongside the latest changes to master.

Notes

This PR includes further improvements based on the feedback given around the alpha plus a new feature being count queries. Thanks to community member @dmoree for your PR's in this release and also a shoutout to the rest of you for providing feedback.

graphql - Neo4j GraphQL Library 1.2.3

Published by darrellwarde over 3 years ago

Fixes

graphql - OGM 1.2.3

Published by darrellwarde over 3 years ago

Updates the @neo4j/graphql dependency.

graphql - Neo4j GraphQL Library 1.2.2

Published by darrellwarde over 3 years ago

Fixes

  • Adds a missing WITH clause when a nested field under top-level custom Cypher uses an @auth directive (#328)
graphql - OGM 1.2.2

Published by darrellwarde over 3 years ago

Updates @neo4j/graphql dependency.

graphql - OGM 2.0.0-alpha.3

Published by danstarns over 3 years ago

Updates @neo4j/graphql dependency.

graphql - Neo4j GraphQL Library 2.0.0-alpha.3

Published by danstarns over 3 years ago

Whats included

  1. #272
  2. #282 - Cursor based Pagination (Thanks @litewarp)
  3. #284
  4. #286
  5. #289
  6. #290
  7. #291
  8. #294
  9. #295
  10. #304
  11. #312
  12. #314
  13. #316
  14. #317
  15. #318
  16. #321

Notes

Lots of structural changes in this one, both internally and for the API. The changes that have been made to the API are for consistency sake and to better position the lib for future changes without breaking further things. Secondly, lots of bug fixes in this one to do with the new usage of subqueries for example, before you could not go from a normal projection to a connection and vice versa, and now you can. Then we have #282 that brings cursor-based pagination and finally, this includes Auth on connection fields.

graphql - Neo4j GraphQL Library 1.2.1

Published by darrellwarde over 3 years ago

Fixes

  • #318 - fixes a bug introduced by #251
graphql - OGM 1.2.1

Published by darrellwarde over 3 years ago

Updates the @neo4j/graphql dependency.

graphql - OGM 1.2.0

Published by danstarns over 3 years ago

Updates the @neo4j/graphql dependency.

graphql - Neo4j GraphQL Library 1.2.0

Published by danstarns over 3 years ago

Adds the ability to pass JWT into lib for auth directive usage see https://github.com/neo4j/graphql/pull/303

graphql - OGM 1.1.0

Published by darrellwarde over 3 years ago

Updates the @neo4j/graphql dependency.

graphql - Neo4j GraphQL Library 1.1.0

Published by darrellwarde over 3 years ago

Features

Fixes

  • #297 Fixed a bug which was the underlying cause of:
    • Int and Float values not being parsed and serialized correctly
    • DateTime and Date values being returned as objects rather than as strings
    • Point elements being resolved to null and throwing an error
    • __resolveType resolvers being dropped during schema augmentation
  • #281 Stop incorrect Error being thrown for unauthenticated Query/Mutation (thanks to @mathix420 for this one)
graphql - Neo4j GraphQL Library 1.0.3

Published by danstarns over 3 years ago

Changes

  1. User-agent applied to driver #271
  2. Adds Date type #275
  3. Fixes optional cookie #267
  4. Fix upperCase functionality #262
  5. Add cypher params #254
  6. Add nullability to create input #231
graphql - OGM 1.0.3

Published by danstarns over 3 years ago

Changes

  1. Removes the neoSchema property from the OGM. #256
Package Rankings
Top 1.65% on Npmjs.org
Related Projects