Robert Schäfer

Results 72 issues of Robert Schäfer

Why are these files executable at all?

This creates an example repository in `/examples` to showcase how the freshly renovated [graphql schema stitching API](https://www.graphql-tools.com/docs/stitch-combining-schemas) can be leveraged for `neo4j-graphql-js`. When I was working on [Oclelot-Social](https://github.com/Ocelot-Social-Community/Ocelot-Social) (formerly known...

[The API reference](https://grandstack.io/docs/neo4j-graphql-js-api.html) has three ways to customize the generated resolvers: * `neo4jgraphql(object, params, context, resolveInfo, debug)` * `cypherQuery(params, context, resolveInfo)` * `cypherMutation(params, context, resolveInfo)` The first executes cypher while...

@johnymontana explained to me [here](https://github.com/neo4j-graphql/neo4j-graphql-js/pull/247#issuecomment-494081834) that I run into the error: ``` Error: Cannot use GraphQLObjectType "Query" from another module or realm. ``` because you don't have `graphql` as a...

3.0 Breaking Change

# Problem @johnymontana explained to me [in this comment](https://github.com/neo4j-graphql/neo4j-graphql-js/pull/247#issuecomment-494579107) that all the tests are expected to pass. What I have to do is to trash the database and re-import the...

# Problem So we have a graphql type `User` like this: ```graphql type User { id: ID! name: String email: String! password: String! } ``` If you do schema augmentation,...

## 🚀 Feature @tillprochaska and I are looking at your [API here](https://internal.bundestag.io/graphiql). We want to use the data for a programming course. Our use case is a journalist who writes...

Is Suggestion

Sometimes, the request body is different when running NodeJS from a proxied terminal vs. when you don't use the proxy. ![image](https://user-images.githubusercontent.com/2110676/159058070-3637cf0e-e65b-4857-aa2a-18d96fa26388.png) ![image](https://user-images.githubusercontent.com/2110676/159057469-d561953e-b96b-4eab-8e60-fbeb90fb22d3.png) This caused me a lot of frustration because...

OK, just now I figured out the solution to my problem: Insufficient database permissions for the user on production. I had to ``` grant usage on schema history to "my_database_user";...

enhancement

**Is your feature request related to a problem? Please describe.** We have a couple of people who are passionate about contributing translations, including Spanish, Italian and French. Take @360fun as...

good first issue