-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor schema augmentation to have hooks for customization (#224)
Due to these changes, schema augmentation is no longer performed on the compiled graphql schema, but on the given type definitions. This will greatly simplify the extension of the neo4j schema with custom resolvers, such as with https://netflix.github.io/dgs/.
- Loading branch information
Showing
25 changed files
with
1,128 additions
and
900 deletions.
There are no files selected for viewing
324 changes: 319 additions & 5 deletions
324
core/src/main/kotlin/org/neo4j/graphql/AugmentationHandler.kt
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.