-
Notifications
You must be signed in to change notification settings - Fork 62
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
Add compile time schema generation for default parameters #1586
Add compile time schema generation for default parameters #1586
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1586 +/- ##
============================================
- Coverage 86.57% 86.47% -0.10%
- Complexity 678 762 +84
============================================
Files 123 129 +6
Lines 8810 9094 +284
Branches 3515 3563 +48
============================================
+ Hits 7627 7864 +237
- Misses 903 923 +20
- Partials 280 307 +27
☔ View full report in Codecov by Sentry. |
...plugin/src/main/java/io/ballerina/stdlib/graphql/compiler/diagnostics/DiagnosticMessage.java
Outdated
Show resolved
Hide resolved
...gin/src/main/java/io/ballerina/stdlib/graphql/compiler/schema/generator/SchemaGenerator.java
Show resolved
Hide resolved
...plugin/src/main/java/io/ballerina/stdlib/graphql/compiler/diagnostics/DiagnosticMessage.java
Show resolved
Hide resolved
...java/io/ballerina/stdlib/graphql/compiler/service/validator/MethodDefinitionNodeVisitor.java
Outdated
Show resolved
Hide resolved
bd27368
to
3716d4c
Compare
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
Let's resolve the conflicts and update the PR. |
This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the |
Shall we update the changelog? We can merge this after that. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
1d9b3c5
into
ballerina-platform:master
Purpose
Fixes: ballerina-platform/ballerina-library#4720
Examples
Checklist
commons
package changes (if there are any, please update the GraphQL version in GraphQL tools and Ballerina dev tools)compiler
package changes (if there are any, please update the GraphQL version in Ballerina dev tools)