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

**Describe the bug** Filtering for union relationship fields is missing. In order to filter by union relationships, you have to use the connection filter. Given the type definitions: ```gql type...

confirmed
bug report

**Describe the bug** In certain scenarios, the order of fields on a type matter for @authorization validation. **To Reproduce** 1. Clone the following repo https://github.com/afreakk/n4j-issue 2. yarn install 3. ./test.sh...

confirmed
bug report

I have a use case where we need to return only unique values of the query fields selected in the graphql query. This would typically be represented with `MATCH (n:NodeType)...

feature request

# Description I've added a way to customise the node and relationship names as they end up in the GraphQL Schema when using the introspector. ## Complexity Complexity: Low #...

introspector

**Is your feature request related to a problem? Please describe.** I'm building a GraphQL api for a neo4j database that I don't control. The database schema is likely to keep...

feature request

**Describe the bug** Given a relationship to a Union type and with subscriptions enabled, the following nested delete mutation does not delete all targeted nodes. Notice that this is related...

confirmed
bug report

Bascially, I would like to be able to get the 100 (limit) people who are closest to a certain location. And if possible sort them afterwards but that can be...

feature request

**Is your feature request related to a problem? Please describe.** Address disparity between ability to apply constraints (i.e. filter conditions) on `*Aggregate` fields but not being able to apply similar...

feature request

**Is your feature request related to a problem? Please describe.** Schemas and resolvers are regenerated at every server startup. Especially with a large schema, this leads to long startup times....

feature request

**Describe the bug** Just to preface - I'm not sure if this is a bug or a feature, it just left me a little confused and after talking with darrell.neo...

bug report