Skip to content

fix(GH-193): Fixed error in GQL Queries when total or pages is included with condition where: NOT_EXISTS or EXISTS #201

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

Merged
merged 2 commits into from
Oct 6, 2019

Conversation

igdianov
Copy link
Collaborator

@igdianov igdianov commented Oct 6, 2019

Fixes #193

@igdianov igdianov self-assigned this Oct 6, 2019
@igdianov igdianov added the bug label Oct 6, 2019
@codecov
Copy link

codecov bot commented Oct 6, 2019

Codecov Report

Merging #201 into master will increase coverage by 0.02%.
The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #201      +/-   ##
============================================
+ Coverage     73.67%   73.69%   +0.02%     
  Complexity      877      877              
============================================
  Files            50       50              
  Lines          3708     3711       +3     
  Branches        626      626              
============================================
+ Hits           2732     2735       +3     
  Misses          698      698              
  Partials        278      278
Impacted Files Coverage Δ Complexity Δ
.../query/schema/impl/GraphQLJpaQueryDataFetcher.java 92.7% <100%> (+0.23%) 26 <1> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5d99c3b...c1e4e9e. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in GQL Queries when total or pages is included with condition where: NOT_EXISTS or EXISTS
2 participants