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 237 graphql issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [terser-webpack-plugin](https://togithub.com/webpack-contrib/terser-webpack-plugin) | [`5.3.3` -> `5.3.5`](https://renovatebot.com/diffs/npm/terser-webpack-plugin/5.3.3/5.3.5) | [![age](https://badges.renovateapi.com/packages/npm/terser-webpack-plugin/5.3.5/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [wonka](https://togithub.com/0no-co/wonka) | [`4.0.15` -> `6.0.0`](https://renovatebot.com/diffs/npm/wonka/4.0.15/6.0.0) | [![age](https://badges.renovateapi.com/packages/npm/wonka/6.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Awaiting Schedule These updates are awaiting their schedule. Click on a checkbox to...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@graphql-codegen/core](https://togithub.com/dotansimha/graphql-code-generator) | [`2.5.1` -> `2.6.2`](https://renovatebot.com/diffs/npm/@graphql-codegen%2fcore/2.5.1/2.6.2) | [![age](https://badges.renovateapi.com/packages/npm/@graphql-codegen%2fcore/2.6.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

ogm
dependency upgrade

# Description To really start rounding off some of the work achieved with changesets, trigger some actions based off releases being created: - Deploy the latest version of the Toolbox...

# Description Currently, the Toolbox can not be used in Safari because of a lack of support for [lookbehind](https://caniuse.com/js-regexp-lookbehind). This PR splits the Duration regex into several smaller regexes.

graphql
fix

# Description Implements [rfc 22](https://github.com/neo4j/graphql/blob/dev/docs/rfcs/rfc-022-projection-subquery.md) Moves projections from the `RETURN` statements to separate subqueries (`CALL`)

graphql

**Describe the bug** Properties in nodes are not executing the cypher query for nested nodes in a list **Type definitions** Let's use the following simplified example. ```graphql type Person {...

confirmed
bug report
cypher

# Description Updates rfc on subquery projection

rfc