Skip to content

Commit 34834bf

Browse files
authored
Merge pull request #6746 from neo4j/update-translation-layer
Update translation layer
2 parents 37c76db + 9c0b4cb commit 34834bf

File tree

200 files changed

+5014
-15440
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+5014
-15440
lines changed

.changeset/good-wombats-live.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@neo4j/graphql": patch
3+
---
4+
5+
Fix duplicate relationships on nested connect from union types

docs/contributing/DEVELOPING.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ yarn install
5656
[Visual Studio Code](https://code.visualstudio.com/) comes highly recommended
5757
for working in this repository, and we additionally recommend the following extensions:
5858

59-
* [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
60-
* [Jest](https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest)
61-
* [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
59+
- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
60+
- [Jest](https://marketplace.visualstudio.com/items?itemName=Orta.vscode-jest)
61+
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)
6262

6363
The Jest extension should automatically detect the tests for this repository and
6464
watch them in the Status Bar.
@@ -69,16 +69,16 @@ In some cases, it may be worth testing `@neo4j/graphql` with a local version of
6969

7070
In the Cypher Builder folder run:
7171

72-
* `yarn link`
73-
* `yarn build` - This step needs to be done each time a change is done in the Cypher Builder
72+
- `yarn link`
73+
- `yarn build` - This step needs to be done each time a change is done in the Cypher Builder
7474

7575
In the root of the `neo4j/graphql` monorepo run:
7676

77-
* `yarn link -p [path-to-local-cypher-builder]
77+
- `yarn link -p [path-to-local-cypher-builder]
7878

7979
To unlink, in the graphql project:
8080

81-
* `yarn unlink @neo4j/cypher-builder`
81+
- `yarn unlink @neo4j/cypher-builder`
8282

8383
## Testing
8484

@@ -135,7 +135,7 @@ yarn test:tck
135135
You can run all the TCK tests against the database to check that the Cypher generated is valid. This can be done with the env variable `VERIFY_TCK`
136136

137137
```bash
138-
VERIFY_TCK yarn test:tck
138+
VERIFY_TCK=true yarn test:tck
139139
```
140140

141141
### Testing using docker
@@ -228,8 +228,8 @@ adhere to our linting and formatting rules.
228228
For the sake of completeness, add an entry for the new project into the following
229229
files in the root of the repository:
230230

231-
* `tsconfig.json` (`references` entry)
232-
* `jest.config.base.js` (`moduleNameMapper` entry)
231+
- `tsconfig.json` (`references` entry)
232+
- `jest.config.base.js` (`moduleNameMapper` entry)
233233

234234
### Dependencies within the monorepo
235235

@@ -268,10 +268,10 @@ like:
268268

269269
The real key entries here are:
270270

271-
* `baseUrl` - for all of the relative references in this file, this will tell
272-
`tsc` where to start from
273-
* `paths` - this will translate `import` statements in code to the relative dependency
274-
* `references` - gives TypeScript "permission" to accesss the projects at these paths
271+
- `baseUrl` - for all of the relative references in this file, this will tell
272+
`tsc` where to start from
273+
- `paths` - this will translate `import` statements in code to the relative dependency
274+
- `references` - gives TypeScript "permission" to accesss the projects at these paths
275275

276276
Finally, it is highly likely that Jest will also need access to this internal
277277
dependency, so `packages/project/jest.config.js` will need to look like:

packages/graphql/src/classes/CallbackBucketDeprecated.ts

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

packages/graphql/src/classes/GraphElement.ts

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

packages/graphql/src/classes/LimitDirective.test.ts

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

0 commit comments

Comments
 (0)