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/[email protected]

Published by github-actions[bot] over 2 years ago

  • no changes
graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

  • no changes
graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

Updates the @neo4j/graphql dependency, and introduces the changes listed below (if any).

graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

🐛 Fixes

  • Update numerical.ts to work for all Integerable values
    • PR: #1441
graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

Updates the @neo4j/graphql dependency, and introduces the changes listed below (if any).

graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

🐛 Fixes

  • Project cypher field if needed for sort on a root connection query (fixes #1364)
    • PR: #1365
graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

Updates the @neo4j/graphql dependency, and introduces the changes listed below (if any).

graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

🚀 Features

  • Export GraphQL types
    • PR: #1360

🐛 Fixes

  • Prevent @callback directive from being used with @relationship
    • PR: #1372
  • Fix/aggregation count
    • PR: #1393
  • Fix typing issue with semver
    • PR: #1398
  • Remove pointless casting in getDocument
    • PR: #1417
  • Fix @callback resulting in callbacks being called despite operation
    • PR: #1416
  • Fix serialization for [Int!]!
    • PR: #1415
graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

  • no changes
graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

🚀 Features

  • Add the ability to utilise context values in callbacks
    • PR: #1361
  • Feature: Global node resolution
    • PR: #866
  • Add option to use existing session and transaction
    • PR: #953

🐛 Fixes

  • Fix createConnectOrCreate function on relationships where the direction is "IN"
    • PR: #1272
  • Fix cypher on top level connections ignoring sort, after, and first arguments
    • PR: #1274
  • Add tests on time parse and update regex
    • PR: #1291
  • Fix Issue 1348: Missing results when querying interface relationships
    • PR: #1356
  • Fix: Missing filter with deep relations
    • PR: #1292
  • Fix 1115: Cypher error in multiple child connectOrCreate and auth
    • PR: #1357
graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

Updates the @neo4j/graphql dependency, and introduces the changes listed below (if any).

🐛 Fixes

  • Fix: import as types in generated OGM TS code
    • PR: #1324
graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

Updates the @neo4j/graphql dependency, and introduces the changes listed below (if any).

🐛 Fixes

  • Fix: OGM generate, optional rootValue for delete arguments
    • PR: #1075
graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

🚀 Features

  • Feat: Autogenerated Properties - callback directive
    • PR: #1146

Subscriptions (beta)

Version 3.1.0 of the Neo4j GraphQL Library introduces early access support for GraphQL Subscriptions, presently scoped to the following features:

  • Listen for CREATE, UPDATE and DELETE events via the GraphQL API
  • Filter based on field equality on the type you are listening for

You can find the documentation and steps on how to get started in our documentation at https://neo4j.com/docs/graphql-manual/current/subscriptions/

Please note that this is a pre-release feature and certainly not suitable for production use!

🐛 Fixes

  • Pass multiple connection parameters to runFirstColumn
    • PR: #1051
  • Fix: @unique Custom Scalars and Enums
    • PR: #1011
  • Fix: @cypher only returning __typename fails
    • PR: #1226
  • Fix: Querying Multiple Interface relations generates invalid Cypher Query
    • PR: #1209
graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

Updates the @neo4j/graphql dependency, and introduces the changes listed below (if any).

🐛 Fixes

  • Remove broken and redundant full-text defaultThreshold and score
    • PR: #1196
  • Fix/use __typename when looking for other types
    • PR: #1206
graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

🐛 Fixes

  • Add missing fields to onCreate input types
    • PR: #1198
  • Remove broken and redundant full-text defaultThreshold and score
    • PR: #1196
  • Fix/use __typename when looking for other types
    • PR: #1206
graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

Updates the @neo4j/graphql dependency, and introduces the changes listed below (if any).

graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

🐛 Fixes

  • Fix: UnionTypes with Authorization and ConnectionWhere generates illegal Cypher Query
    • PR: #1170
graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

🐛 Fixes

  • Fix/ogm node import
    • PR: #1126
  • Fix 1073 connectOrCreate schema
    • PR: #1110
  • Fix extra node being created by connectOrCreate
    • PR: #1140
  • Write details to transaction metadata instead of useragent
    • PR: #1143
  • Make sure aliases are checked against connectOrCreate where input
    • PR: #1142
  • Fix: #1132, CONNECT and DISCONNECT auth rules check allow rules against target node instead of source
    • PR: #1141
graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

Updates the @neo4j/graphql dependency, and introduces the changes listed below (if any).

🐛 Fixes

  • Fix/ogm node import
    • PR: #1126
graphql - @neo4j/[email protected]

Published by github-actions[bot] over 2 years ago

🐛 Fixes

  • Reintroduce camelcase for generating field names
    • PR: #1040
Package Rankings
Top 1.65% on Npmjs.org
Related Projects