-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
fix(GraphQL): fix @cascade with Pagination for @auth queries. #7695
fix(GraphQL): fix @cascade with Pagination for @auth queries. #7695
Conversation
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.
Reviewable status: 0 of 7 files reviewed, 1 unresolved discussion (waiting on @manishrjain, @martinmr, @minhaj-shakeel, @pawanrawal, and @vvbalaji-dgraph)
graphql/resolve/query_rewriter.go, line 834 at r3 (raw file):
is applied
not required here.
Also, linter is complaining about 100 chars limit on line.
Fixes GRAPHQL-1130. (cherry picked from commit 828e98a)
Fixes GRAPHQL-1130. (cherry picked from commit 828e98a)
Fixes GRAPHQL-1130.
This change is