Andreas Berger

Results 43 issues of Andreas Berger

This PR changes the following procedure to be read-only: - `spatial.layers` - `spatial.bbox` - `spatial.closest` - `spatial.withinDistance` - `spatial.intersects`

enhancement

**Describe the bug** Given the existing test https://github.com/neo4j/graphql/blob/7ad1e91e1247e72998cb40403f3ed4ef0faa045c/packages/graphql/tests/tck/directives/customResolver.test.ts#L151-L169 And [the documentation](https://neo4j.com/docs/graphql/current/directives/custom-logic/#_customresolver) > Specifying the `@customResolver` directive on the field definition keeps `fullName` from being included in any query or mutation...

confirmed
bug report

Its not possible to add an alias to each level of the projection. **Type definitions** ```graphql type Movie { title: String! actors: [Actor!]! @relationship(type: "ACTED_IN", properties: "ActedIn", direction: IN) }...

confirmed
bug report