-
Notifications
You must be signed in to change notification settings - Fork 6
fix(api-gateway): graphql relay connection findAll do not work #126
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
base: develop
Are you sure you want to change the base?
fix(api-gateway): graphql relay connection findAll do not work #126
Conversation
49a1a29 to
04e3c1d
Compare
Codecov Report
@@ Coverage Diff @@
## develop #126 +/- ##
===========================================
- Coverage 95.16% 95.01% -0.15%
===========================================
Files 69 70 +1
Lines 1096 1144 +48
Branches 129 145 +16
===========================================
+ Hits 1043 1087 +44
Misses 53 53
- Partials 0 4 +4
Continue to review full report at Codecov.
|
| }; | ||
|
|
||
| const resp = convertCursorToOffet(entityName, input); | ||
| expect(resp.first).toBe(3); |
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.
I don't really understand why this is 3 but not 2.
No description provided.