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** `@deprecated` directive does not take effect together with `@relationship` directive. Initially I thought that this should not actually work, because `@relationship` creates new objects. But in Community...

confirmed
bug report

### Description Given the following type definitions: ```gql typeDefs = gql` union Publication = Book | Journal type Author { name: String! publications: [Publication!]! @relationship(type: "WROTE", direction: OUT, properties: "Wrote")...

confirmed
bug report

Very much WIP, with default where and output validation still needing definition.

rfc

There are some [wired schema configurations in the test cases for node-plural](https://github.com/neo4j/graphql/blob/dev/packages/graphql/tests/schema/directives/node-plural.test.ts), where conflicting types and fields are generated by the library. I would suggest to fail on schema generation...

confirmed
bug report
breaking

**Describe the bug** ```graphql union PostMovieUser = Post | Movie | User type Post { name: String } type Movie { name: String } type User { id: ID @id...

confirmed
bug report

# Standalone Relay GraphQL Cursor Connections Specification Define the separation between the Neo4j GraphQL syntax to the Relay GraphQL Cursor Connections Specification.

rfc

Tracking issue for: - [ ] https://github.com/neo4j/graphql/security/code-scanning/2314

**Describe the bug** Adding a variable argument to a relationship field in a selection set when using the OGM doesn't work. Here is an example: ```javascript const ogm = new...

confirmed
bug report
ogm
workaround available

This is still WIP! Show the executed cypher and its params for each query.

rfc

First, sorry for the long text. But I could explain it better that way. 😄 **Describe the bug** As I understand, fields at root level (queries or mutations) are resolved...

confirmed
bug report