Skip to content
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): Refactor Mutation Rewriter for Add and Update Mutations… #7413

Merged
merged 1 commit into from
Feb 10, 2021

Conversation

vmrajas
Copy link
Contributor

@vmrajas vmrajas commented Feb 9, 2021

Motivation:
Recently, two separate PRs for add and update mutation rewriting refactor were merged to graphql_mutation_refactor branch. This cherry-pick PR is about merging all those changes to 20.11 .

Related PRs:

#7383
#7257
… (#7409)

  • Feat(GraphQL): Refactor Mutation Rewriting for AddRewriter (Feat(GraphQL): Refactor Mutation Rewriting for AddRewriter #7257)

  • Add Existence Queries for Mutation Rewriting

  • Add tests

  • Add Error handling to getExistenceQueries

  • Use new code for AddRewriter

  • Fix Geo

  • Fix tests

  • Fix auth tests

  • Fix resolve tests

  • Fix add_mutation_test.yaml

  • Add bug related tests

  • Address more comments

  • Rebase

  • Final changes

  • Fix(GraphQL): Refactor Mutation Rewriting for Update Rewriter (Fix(GraphQL): Refactor Mutation Rewriting for Update Rewriter #7383)

  • Fix auth tests

  • Refactor Update Mutation Rewriting

  • Fix update tests

  • Add comments and remove unused code

  • Address comments

  • Address more comments

  • Fix ACL test

(cherry picked from commit d080743)


This change is Reviewable

…#7409)

* Feat(GraphQL): Refactor Mutation Rewriting for AddRewriter (#7257)

* Add Existence Queries for Mutation Rewriting

* Add tests

* Add Error handling to getExistenceQueries

* Use new code for AddRewriter

* Fix Geo

* Fix tests

* Fix auth tests

* Fix resolve tests

* Fix add_mutation_test.yaml

* Add bug related tests

* Address more comments

* Rebase

* Final changes

* Fix(GraphQL): Refactor Mutation Rewriting for Update Rewriter (#7383)

* Fix auth tests

* Refactor Update Mutation Rewriting

* Fix update tests

* Add comments and remove unused code

* Address comments

* Address more comments

* Fix ACL test

(cherry picked from commit d080743)
@github-actions github-actions bot added area/enterprise Related to proprietary features area/graphql Issues related to GraphQL support on Dgraph. labels Feb 9, 2021
@vmrajas vmrajas merged commit 474aa62 into release/v20.11 Feb 10, 2021
@vmrajas vmrajas deleted the rajas/v20.11-graphql-mutation-refactor branch February 10, 2021 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/enterprise Related to proprietary features area/graphql Issues related to GraphQL support on Dgraph.
Development

Successfully merging this pull request may close these issues.

2 participants