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 hidden (Show)

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
graphql - OGM 2.0.0-alpha.2

Published by darrellwarde over 3 years ago

Updates the @neo4j/graphql dependency to 2.0.0-alpha.2.

graphql - Neo4j GraphQL Library 2.0.0-alpha.2

Published by darrellwarde over 3 years ago

This release fixes a bug when using DateTime as one or many relationship properties.

graphql - OGM 2.0.0-alpha.1

Published by darrellwarde over 3 years ago

We're excited to announce the first pre-release of version 2.0.0 of the OGM, with support for relationship properties! 🎉

It can be installed using npm install @neo4j/graphql-ogm@next. Note that you must specify either the tag "next" or the exact version number when installing.

Documentation for this release can be found at https://neo4j.com/docs/graphql-manual/2.0/.

Please remember that this is a pre-release, so it is not suitable for production use, and will have bugs and missing features. Please raise any of these as an issue.

Bug fixes

This release also contains the following bug fix from master which has not had a stable release yet.

  • The Neo4jGraphQL instance is no longer exported from the OGM
graphql - Neo4j GraphQL Library 2.0.0-alpha.1

Published by darrellwarde over 3 years ago

We're excited to announce the first pre-release of version 2.0.0 of the Neo4j GraphQL Library, with support for relationship properties! 🎉

It can be installed using npm install @neo4j/graphql@next. Note that you must specify either the tag "next" or the exact version number when installing.

Documentation for this release can be found at https://neo4j.com/docs/graphql-manual/2.0/, including a migration guide (https://neo4j.com/docs/graphql-manual/2.0/guides/rel-migration/) for upgrading from version 1.0.* to version 2.0.0.

Details of how to define relationship properties can be found at https://neo4j.com/docs/graphql-manual/2.0/type-definitions/relationships/#_relationship_properties.

Please remember that this is a pre-release, so it is not suitable for production use, and will have bugs and missing features. Please raise any of these as an issue.

Other features and bug fixes

This release also contains a number of changes from master which have not had a stable release yet.

Bug fixes

  • Corrected the nullability of input fields of create Mutations for non-nullable arrays
  • Corrected the nullability of Query result types

Features

  • Support for "Cypher Params" which allows the passing in of additional parameters for use in custom Cypher
graphql - Neo4j GraphQL Library 1.0.2

Published by oskarhane over 3 years ago

This is a patch release with a few important fixes in it and we advise everyone to update to it.

Fixes

  • Fix temporal type issues with [email protected] #226
  • Fix integer input parsing #230
  • Fix issue with non null arrays on input types #231
graphql - OGM 1.0.2

Published by oskarhane over 3 years ago

Updates the @neo4j/graphql dependency.

Package Rankings
Top 1.65% on Npmjs.org
Related Projects