Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,11 @@
"fluffy-suns-invite",
"gentle-colts-relate",
"khaki-experts-decide",
"khaki-mayflies-float",
"loud-comics-try",
"loud-rivers-wonder",
"moody-crews-march",
"neat-adults-appear",
"new-comics-retire",
"nine-poems-retire",
"ninety-onions-press",
Expand All @@ -41,15 +43,20 @@
"orange-kings-turn",
"poor-fans-smile",
"quick-insects-turn",
"rotten-avocados-knock",
"shy-moles-invite",
"smart-vans-greet",
"smooth-knives-breathe",
"sour-dolls-crash",
"sour-pugs-drive",
"spotty-snakes-fry",
"tame-geese-roll",
"tender-rats-reflect",
"twelve-forks-kneel",
"unlucky-foxes-draw",
"weak-planes-punch",
"wicked-ties-burn",
"witty-penguins-collect",
"witty-rabbits-prove",
"young-ligers-poke"
"witty-rabbits-prove"
]
}
2 changes: 1 addition & 1 deletion examples/migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@apollo/server": "^4.7.0",
"@neo4j/graphql": "^4.0.0-beta.1",
"@neo4j/graphql": "^4.0.0-beta.2",
"graphql": "16.8.0",
"neo4j-driver": "5.11.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@apollo/server": "^4.7.0",
"@graphql-tools/wrap": "^10.0.0",
"@neo4j/graphql": "^4.0.0-beta.1",
"@neo4j/graphql": "^4.0.0-beta.2",
"graphql": "16.8.0",
"graphql-tag": "^2.12.6",
"neo4j-driver": "^5.8.0"
Expand Down
272 changes: 142 additions & 130 deletions packages/graphql-toolbox/CHANGELOG.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions packages/graphql-toolbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@neo4j/graphql-toolbox",
"private": true,
"version": "2.0.5-beta.1",
"version": "2.0.5-beta.2",
"description": "Developer UI For Neo4j GraphQL",
"exports": "./dist/main.js",
"main": "./dist/main.js",
Expand Down Expand Up @@ -52,8 +52,8 @@
"@graphiql/react": "0.19.3",
"@neo4j-ndl/base": "1.10.1",
"@neo4j-ndl/react": "1.10.3",
"@neo4j/graphql": "4.0.0-beta.1",
"@neo4j/introspector": "2.0.0-beta.0",
"@neo4j/graphql": "4.0.0-beta.2",
"@neo4j/introspector": "2.0.0-beta.1",
"classnames": "2.3.2",
"cm6-graphql": "0.0.9",
"codemirror": "6.0.1",
Expand Down
16 changes: 16 additions & 0 deletions packages/graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @neo4j/graphql

## 4.0.0-beta.2

### Major Changes

- [#3592](https://github.com/neo4j/graphql/pull/3592) [`2ba1d45b5`](https://github.com/neo4j/graphql/commit/2ba1d45b5bf642975381ca8431cb10094151586d) Thanks [@darrellwarde](https://github.com/darrellwarde)! - The Neo4j GraphQL Library now only accepts a `string`, `DocumentNode` or an array containing these types. A callback function returning these is also accepted. This is a reduction from `TypeSource` which also included types such as `GraphQLSchema` and `DefinitionNode`, which would have resulted in unexpected behaviour if passed in.

- [#3809](https://github.com/neo4j/graphql/pull/3809) [`a16ba357c`](https://github.com/neo4j/graphql/commit/a16ba357cb745ba728009c5e6b531b4c56a62f43) Thanks [@darrellwarde](https://github.com/darrellwarde)! - The `limit` argument of the `@queryOptions` directive has been moved to its own directive, `@limit`.

- [#3792](https://github.com/neo4j/graphql/pull/3792) [`56857a3e5`](https://github.com/neo4j/graphql/commit/56857a3e53134ad9f46f3265567c55570f674aab) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Use driver default access mode "READ" for `@cypher` directives in the `Query` type, and "WRITE" in the `Mutation` type.

### Patch Changes

- [#3758](https://github.com/neo4j/graphql/pull/3758) [`e9bf1e619`](https://github.com/neo4j/graphql/commit/e9bf1e619ee71ead228530a9d46834a655686c6d) Thanks [@darrellwarde](https://github.com/darrellwarde)! - `cypherParams` added to the `Neo4jGraphQLContext` type, and the fields within it can be referred to directly.

- [#3795](https://github.com/neo4j/graphql/pull/3795) [`9354860ae`](https://github.com/neo4j/graphql/commit/9354860ae2f5f4a82179de874344724862d0c231) Thanks [@darrellwarde](https://github.com/darrellwarde)! - If possible, instantiate JWKS endpoint connection on startup, to benefit from caching.

## 4.0.0-beta.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neo4j/graphql",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
"keywords": [
"neo4j",
Expand Down
6 changes: 6 additions & 0 deletions packages/introspector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @neo4j/introspector

## 2.0.0-beta.1

### Patch Changes

- [#3743](https://github.com/neo4j/graphql/pull/3743) [`85b3c06e8`](https://github.com/neo4j/graphql/commit/85b3c06e800699f30daedc796286c37cd318746c) Thanks [@darrellwarde](https://github.com/darrellwarde)! - Introspector now produces `@mutation` directive instead on `@exclude` when readonly

## 2.0.0-beta.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/introspector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neo4j/introspector",
"version": "2.0.0-beta.0",
"version": "2.0.0-beta.1",
"description": "Introspect a Neo4j database model/schema",
"keywords": [
"neo4j",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"author": "Neo4j Inc.",
"devDependencies": {
"@neo4j/graphql": "^4.0.0-beta.0",
"@neo4j/graphql": "^4.0.0-beta.2",
"@types/jest": "29.5.3",
"@types/node": "18.15.1",
"@types/pluralize": "0.0.30",
Expand Down
11 changes: 11 additions & 0 deletions packages/ogm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @neo4j/graphql-ogm

## 4.0.0-beta.2

### Major Changes

- [#3592](https://github.com/neo4j/graphql/pull/3592) [`2ba1d45b5`](https://github.com/neo4j/graphql/commit/2ba1d45b5bf642975381ca8431cb10094151586d) Thanks [@darrellwarde](https://github.com/darrellwarde)! - The Neo4j GraphQL Library now only accepts a `string`, `DocumentNode` or an array containing these types. A callback function returning these is also accepted. This is a reduction from `TypeSource` which also included types such as `GraphQLSchema` and `DefinitionNode`, which would have resulted in unexpected behaviour if passed in.

### Patch Changes

- Updated dependencies [[`2ba1d45b5`](https://github.com/neo4j/graphql/commit/2ba1d45b5bf642975381ca8431cb10094151586d), [`a16ba357c`](https://github.com/neo4j/graphql/commit/a16ba357cb745ba728009c5e6b531b4c56a62f43), [`56857a3e5`](https://github.com/neo4j/graphql/commit/56857a3e53134ad9f46f3265567c55570f674aab), [`e9bf1e619`](https://github.com/neo4j/graphql/commit/e9bf1e619ee71ead228530a9d46834a655686c6d), [`9354860ae`](https://github.com/neo4j/graphql/commit/9354860ae2f5f4a82179de874344724862d0c231)]:
- @neo4j/[email protected]

## 4.0.0-beta.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/ogm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neo4j/graphql-ogm",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "GraphQL powered OGM for Neo4j and Javascript applications",
"keywords": [
"neo4j",
Expand Down Expand Up @@ -38,7 +38,7 @@
"@graphql-codegen/plugin-helpers": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-tools/merge": "^9.0.0",
"@neo4j/graphql": "^4.0.0-beta.1",
"@neo4j/graphql": "^4.0.0-beta.2",
"prettier": "^2.7.1"
},
"peerDependencies": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3467,7 +3467,7 @@ __metadata:
"@graphql-codegen/plugin-helpers": ^5.0.0
"@graphql-codegen/typescript": ^4.0.0
"@graphql-tools/merge": ^9.0.0
"@neo4j/graphql": ^4.0.0-beta.1
"@neo4j/graphql": ^4.0.0-beta.2
"@types/jest": 29.5.3
"@types/node": 18.15.1
camelcase: 6.3.0
Expand Down Expand Up @@ -3502,8 +3502,8 @@ __metadata:
"@graphiql/react": 0.19.3
"@neo4j-ndl/base": 1.10.1
"@neo4j-ndl/react": 1.10.3
"@neo4j/graphql": 4.0.0-beta.1
"@neo4j/introspector": 2.0.0-beta.0
"@neo4j/graphql": 4.0.0-beta.2
"@neo4j/introspector": 2.0.0-beta.1
"@playwright/test": 1.37.1
"@tsconfig/create-react-app": 2.0.1
"@types/codemirror": 5.60.8
Expand Down Expand Up @@ -3559,7 +3559,7 @@ __metadata:
languageName: unknown
linkType: soft

"@neo4j/[email protected].1, @neo4j/graphql@^4.0.0-beta.0, @neo4j/graphql@^4.0.0-beta.1, @neo4j/graphql@workspace:packages/graphql":
"@neo4j/[email protected].2, @neo4j/graphql@^4.0.0-beta.0, @neo4j/graphql@^4.0.0-beta.2, @neo4j/graphql@workspace:packages/graphql":
version: 0.0.0-use.local
resolution: "@neo4j/graphql@workspace:packages/graphql"
dependencies:
Expand Down Expand Up @@ -3627,11 +3627,11 @@ __metadata:
languageName: node
linkType: soft

"@neo4j/[email protected].0, @neo4j/introspector@workspace:packages/introspector":
"@neo4j/[email protected].1, @neo4j/introspector@workspace:packages/introspector":
version: 0.0.0-use.local
resolution: "@neo4j/introspector@workspace:packages/introspector"
dependencies:
"@neo4j/graphql": ^4.0.0-beta.0
"@neo4j/graphql": ^4.0.0-beta.2
"@types/jest": 29.5.3
"@types/node": 18.15.1
"@types/pluralize": 0.0.30
Expand Down Expand Up @@ -8608,7 +8608,7 @@ __metadata:
"@apollo/federation-subgraph-compatibility": 1.2.2
"@apollo/server": ^4.7.0
"@graphql-tools/wrap": ^10.0.0
"@neo4j/graphql": ^4.0.0-beta.1
"@neo4j/graphql": ^4.0.0-beta.2
fork-ts-checker-webpack-plugin: 8.0.0
graphql: 16.8.0
graphql-tag: ^2.12.6
Expand Down Expand Up @@ -18590,7 +18590,7 @@ __metadata:
resolution: "migration@workspace:examples/migration"
dependencies:
"@apollo/server": ^4.7.0
"@neo4j/graphql": ^4.0.0-beta.1
"@neo4j/graphql": ^4.0.0-beta.2
graphql: 16.8.0
neo4j-driver: 5.11.0
languageName: unknown
Expand Down