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 - 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.

graphql - Neo4j GraphQL Library 1.0.1

Published by oskarhane over 3 years ago

Bug fixes:

  • Replace ALL with ANY in whilst querying relationship equality #196
graphql - OGM 1.0.1

Published by oskarhane over 3 years ago

Bug fixes:

  • Replace ALL with ANY in whilst querying relationship equality #196
graphql - Neo4j GraphQL Library 1.0.0 🎉

Published by oskarhane over 3 years ago

graphql - OGM 1.0.0 🎉

Published by oskarhane over 3 years ago

graphql - @neo4j/[email protected]

Published by oskarhane over 3 years ago

graphql - @neo4j/[email protected]

Published by oskarhane over 3 years ago

This release fixes various bugs and one substantial API change. Read more https://www.notion.so/neo4j-graphql-v1-0-0-beta-3-a206eec3bbe3408396bf033af7893bc8

graphql - @neo4j/[email protected]

Published by danstarns over 3 years ago

Highlights of this release

With Neo4j GraphQL going beta the feature set is fixed for version 1.0.0 and are now moving into a stabilizing period before the first GA release.

Read more here

graphql - @neo4j/[email protected]

Published by danstarns over 3 years ago

Highlights of this release

With Neo4j GraphQL going beta the feature set is fixed for version 1.0.0 and are now moving into a stabilizing period before the first GA release.

Read more here

graphql - @neo4j/[email protected]

Published by darrellwarde over 3 years ago

graphql - @neo4j/[email protected]

Published by darrellwarde over 3 years ago

https://www.notion.so/neo4j-graphql-v1-0-0-alpha-6-c15bd8e423a74a6abf89c254fd4fe6b1

Highlights of this release

  • @auth where argument
  • New directives
  • _INCLUDES/_NOT_INCLUDES filters
graphql - @neo4j/[email protected]

Published by danstarns over 3 years ago

https://www.notion.so/neo4j-graphql-v1-0-0-alpha-5-a87c7963ff9f4773ba37b9768f1c1cba

Highlights of this release

  • More advanced auth support
  • Nested delete
  • Database selection support
graphql - @neo4j/[email protected]

Published by danstarns over 3 years ago

https://www.notion.so/neo4j-graphql-v1-0-0-alpha-4-64bf9f03ddfd4bf2b7ce4837ed8e0ce2

Highlights of this release

  • OGM (Object Graph Mapper)
  • Spatial Types
graphql - @neo4j/[email protected]

Published by danstarns over 3 years ago

  1. DateTime
  2. Aliases Fix
  3. Serialize ID's correctly
  4. Rename Query fields to camelCase
  5. Wrap Mutation response types
graphql - @neo4j/[email protected]

Published by oskarhane almost 4 years ago

Package Rankings
Top 1.65% on Npmjs.org
Related Projects