-
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 Support to Inline Fragments #194
Add Support to Inline Fragments #194
Conversation
…-ballerina-graphql into add-inline-fragments
…-ballerina-graphql into add-inline-fragments
…-ballerina-graphql into add-inline-fragments
Codecov Report
@@ Coverage Diff @@
## master #194 +/- ##
============================================
+ Coverage 89.48% 89.81% +0.33%
Complexity 196 196
============================================
Files 41 41
Lines 1654 1689 +35
Branches 665 689 +24
============================================
+ Hits 1480 1517 +37
+ Misses 158 156 -2
Partials 16 16
Continue to review full report at Codecov.
|
Co-authored-by: Thisaru Guruge <thisaru@wso2.com>
Co-authored-by: Thisaru Guruge <thisaru@wso2.com>
graphql-ballerina/tests/15_enums.bal
Outdated
@@ -133,3 +133,4 @@ isolated function testEnumWithUnion() returns error? { | |||
}; | |||
test:assertEquals(actualPayload, expectedPayload); | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Now there are two empty lines?
Purpose
Fixes: #1244
Examples
Following query is valid:
on the following service:
Checklist