angrykoala

Results 155 comments of angrykoala

Complex examples added, this should be fully pitched now

@darrellwarde The wrapping functionality is not used [here](https://github.com/neo4j/graphql/blob/23eba320d0cebeb37f212acb0be5eee978043d0a/packages/graphql/src/schema/resolvers/cypher.ts#L182) We could refactor the resolver to start using `wrapInApocRunFirstColumn` or, for a quicker workaround, use the `escapeQuery` utility on the statement directly.

Hi @Karthikeyan-Vijayan I'm afraid that to faithfully reproduce this problem, I need to know more context regarding the users and posts in the database I noticed that both mutations are...

Thanks @Karthikeyan-Vijayan ! If you could edit the original comment to fix mutation 2 that would be great

Hi @pandemosth Just as you mention, the problem here is that roles are not specified in each rule, at the moment, this falls right into a redesign on how the...

As mentioned by @darrellwarde, connections were completely overhauled in #2053 in the last release (3.8.0), Currently, the error is reproducible but with the following message: ``` Neo4jError: Variable `containsMaterialConnection` not...

Confirmed that this is still a problem in `3.6.0`

We need to discuss this as it may not be convenient from a GraphQL perspective, as only the requested data should be queried. Until we discuss this, maybe [Subscriptions](https://neo4j.com/docs/graphql-manual/current/subscriptions/) could...

Hi @dmoree I see this has been here as a draft PR for a while now. Are you planning on making more changes to this PR or are you happy...