Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor schema augmentation to have hooks for customization #224

Merged
merged 1 commit into from
May 20, 2021

Conversation

Andy2003
Copy link
Collaborator

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/.

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/.
@Andy2003 Andy2003 requested a review from jexp May 18, 2021 12:42
@github-actions
Copy link

github-actions bot commented May 18, 2021

Unit Test Results

    4 files  ±0      4 suites  ±0   27s ⏱️ ±0s
165 tests ±0  161 ✔️ ±0  4 💤 ±0  0 ❌ ±0 
696 runs  ±0  690 ✔️ ±0  6 💤 ±0  0 ❌ ±0 

Results for commit 5d69b71. ± Comparison against base commit 5d69b71.

♻️ This comment has been updated with latest results.

@Andy2003 Andy2003 added the enhancement New feature or request label May 18, 2021
@Andy2003 Andy2003 merged commit 5d69b71 into master May 20, 2021
@Andy2003 Andy2003 deleted the use-type-definitions branch May 20, 2021 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant