-
Notifications
You must be signed in to change notification settings - Fork 54
fix: add spring-graphql to graphq-jpa-query autoconfigure module #315
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
Conversation
Codecov ReportBase: 73.74% // Head: 73.82% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #315 +/- ##
============================================
+ Coverage 73.74% 73.82% +0.08%
- Complexity 1144 1150 +6
============================================
Files 84 85 +1
Lines 5069 5082 +13
Branches 722 723 +1
============================================
+ Hits 3738 3752 +14
+ Misses 1021 1019 -2
- Partials 310 311 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
599f8f1
to
ab4de24
Compare
ab4de24
to
1b2561f
Compare
@EnableGraphQLJpaQuerySchema
annotation to triggerGraphQLSchemaBuilderAutoConfiguration
, i.e.GraphQLJPASchemaBuilderCustomizer
to customizeGraphQLJpaSchemaBuilder
features at runtime, i.e.GraphQLSchema
factory bean integration with SpringGraphQlSource
andExecutionGraphQlService
, i.e.graphql-jpa-query-example-spring-graphql
example