Skip to content

Commit d1eb447

Browse files
authored
Merge pull request #6966 from neo4j/changeset-release/dev
changesets for branch `dev`
2 parents ce58131 + 9d103d5 commit d1eb447

File tree

5 files changed

+23
-22
lines changed

5 files changed

+23
-22
lines changed

.changeset/large-adults-glow.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

packages/apollo-federation-subgraph-compatibility/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"@apollo/server": "^5.0.0",
1212
"@graphql-tools/wrap": "^11.0.0",
13-
"@neo4j/graphql": "^7.4.0",
13+
"@neo4j/graphql": "^7.4.1",
1414
"graphql": "16.12.0",
1515
"graphql-tag": "^2.12.6",
1616
"neo4j-driver": "^5.8.0"

packages/graphql/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# @neo4j/graphql
22

3+
## 7.4.1
4+
5+
### Patch Changes
6+
7+
- [#6903](https://github.com/neo4j/graphql/pull/6903) [`9fb31f6`](https://github.com/neo4j/graphql/commit/9fb31f69143c1ba73c053564b803721b6eac1234) Thanks [@angrykoala](https://github.com/angrykoala)! - Add support for `@cypher` directive in relationship properties
8+
9+
```graphql
10+
type ActedIn @relationshipProperties {
11+
screenTimeHours: Float
12+
@cypher(
13+
statement: """
14+
RETURN this.screenTimeMinutes / 60 AS c
15+
"""
16+
columnName: "c"
17+
)
18+
screenTimeMinutes: Int
19+
}
20+
```
21+
322
## 7.4.0
423

524
### Minor Changes

packages/graphql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neo4j/graphql",
3-
"version": "7.4.0",
3+
"version": "7.4.1",
44
"description": "A GraphQL to Cypher query execution layer for Neo4j and JavaScript GraphQL implementations",
55
"keywords": [
66
"neo4j",

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2835,7 +2835,7 @@ __metadata:
28352835
languageName: node
28362836
linkType: soft
28372837

2838-
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.4.0, @neo4j/graphql@workspace:packages/graphql":
2838+
"@neo4j/graphql@npm:^7.0.0, @neo4j/graphql@npm:^7.4.1, @neo4j/graphql@workspace:packages/graphql":
28392839
version: 0.0.0-use.local
28402840
resolution: "@neo4j/graphql@workspace:packages/graphql"
28412841
dependencies:
@@ -4963,7 +4963,7 @@ __metadata:
49634963
"@apollo/federation-subgraph-compatibility": "npm:2.2.2"
49644964
"@apollo/server": "npm:^5.0.0"
49654965
"@graphql-tools/wrap": "npm:^11.0.0"
4966-
"@neo4j/graphql": "npm:^7.4.0"
4966+
"@neo4j/graphql": "npm:^7.4.1"
49674967
fork-ts-checker-webpack-plugin: "npm:9.1.0"
49684968
graphql: "npm:16.12.0"
49694969
graphql-tag: "npm:^2.12.6"

0 commit comments

Comments
 (0)