graphql icon indicating copy to clipboard operation
graphql copied to clipboard

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

Results 245 graphql issues
Sort by recently updated
recently updated
newest added

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

# Description implement subscription connect/disconnect events # Checklist The following requirements should have been met (depending on the changes in the branch): - [ ] Documentation has been updated -...

graphql

# Description Foreach is currently used for connections, and it is limiting our ability to use arbitrary Cypher to generate the subscription metadata, as well as return the data from...

graphql

# Description Added checks for custom resolvers for fields with the `@customResolver` directive. # Checklist The following requirements should have been met (depending on the changes in the branch): -...

documentation
graphql

**Is your feature request related to a problem? Please describe.** Many of our enums are ordered, e.g. lifecycleStage: PreProduction, Production, Deprecated, Decommissioned However these are not in alphabetical order so...

feature request

# Draft UNWIND-CREATE

graphql

# Description RFC on removing runFirstColumn from `@cypher`

rfc

# Description This keeps pushing the refactor of the translation read stack into CypherBuilder and improves unified Cypher. As side effects of this refactor: * Most of the top-level-read query...

graphql

**Describe the bug** On a multi-tenant app one user can be able to get data from multiple tenants, if they have access to them. [f.eg] having a user who has...

bug report