MacondoExpress
MacondoExpress
# Description Provide a mechanism to access the Neo4j version before generating the query. It fixes also the compatibility with Neo4j 5.x by supporting the syntax `point.distance`. # Checklist The...
# Description Open PR to discuss required changes on the RFC-021.
# WIP, Immutable relationship (readonly directive applied to relationship field) Please provide a description of the work completed in this branch. # Issue Please provide a link to the GitHub...
# Standalone Relay GraphQL Cursor Connections Specification Define the separation between the Neo4j GraphQL syntax to the Relay GraphQL Cursor Connections Specification.
Describe the bug As for the title, subscription "delete_relationship" events are not triggered by the nested delete operations. Type definitions ```graphql type Actor { id: ID! movies: [Movie!]! @relationship(type: "ACTED_IN",...
**Describe the bug** As for the title, subscription "delete_relationship" events are not triggered when a nested delete is specified. **Type definitions** ```graphql type Actor { id: ID! movies: [Movie!]! @relationship(type:...
As the title, the cardinality validation checks are not tested properly especially when the relationship involves an Abstract Type.