-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: remove unnecessary readonly (#3735) * chore(deps): update dependency eslint-config-prettier to v8.10.0 * chore(deps): update dependency jest-extended to v4.0.1 * Introspector to produce `@mutation` instead of `@exclude` --------- Co-authored-by: Thomas Wiss <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information
1 parent
37ced64
commit 85b3c06
Showing
4 changed files
with
17 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@neo4j/introspector": patch | ||
--- | ||
|
||
Introspector now produces `@mutation` directive instead on `@exclude` when readonly |
47 changes: 0 additions & 47 deletions
47
packages/introspector/src/transforms/neo4j-graphql/directives/Exclude.ts
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters