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

**Is your feature request related to a problem? Please describe.** I would love to use my Neo4j GraphQL schemas as the single source of truth for all my frontend forms...

feature request

If the AMQP connection is closed, the plugin will not attempt to reconnect. This should be an opt-in feature, or a mechanism should be provided to allow for re-connection

feature request
graphql-plugin-subscriptions

**Describe the bug** I am trying to create a allow rule based on different user types to restrict some user types when we try to create Section nodes. But allow...

bug report

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

graphql
feature

**Is your feature request related to a problem? Please describe.** Note: This was raised on [Discord](https://discord.com/channels/787399249741479977/818578492723036210/984362176393392138). Given this type definition: ```graphql type Thing { name: String! } type Actor {...

feature request

Currently it uses the deprecated `neo4j-graphql-js` library. The example should try to closely match the Getting Started docs, and probably be linked to in various `Resources` section of the docs....

The library does not currently generate filters for cypher fields. Given a simple schema like ```gql type Author { mostRecentBook: Book @cypher(statement: "MATCH (this)-[:AUTHORED_BOOK]->(b:Book) RETURN b ORDERED BY b.year DESC...

feature request
feature: filtering
feature: @cypher

# Description An example for local subscriptions

**Is your feature request related to a problem? Please describe.** I'd like to keep using generated queries and mutations and add custom logic on top of them (e.g. request to...

feature request

It would be good if users could access the score for fulltext index search results. However, this will not nicely fit into the current API, as it would just need...

feature request
breaking