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

GraphQL: Simplify GraphQL merge system to avoid js ref bugs #6791

Merged
merged 1 commit into from
Jul 13, 2020

Conversation

Moumouls
Copy link
Member

in intensive use i notice that sometimes the GraphQL merge is not merged correctly, some object js refs are not merged correctly. With this system in 2 step, we avoid some weird bugs in the GraphQL schema resolution.

@Moumouls Moumouls added type:bug Impaired feature or lacking behavior that is likely assumed enhancement labels Jul 11, 2020
@Moumouls Moumouls self-assigned this Jul 11, 2020
@codecov
Copy link

codecov bot commented Jul 11, 2020

Codecov Report

Merging #6791 into master will increase coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6791      +/-   ##
==========================================
+ Coverage   93.88%   93.91%   +0.03%     
==========================================
  Files         169      169              
  Lines       12048    12053       +5     
==========================================
+ Hits        11311    11320       +9     
+ Misses        737      733       -4     
Impacted Files Coverage Δ
src/GraphQL/ParseGraphQLSchema.js 97.46% <100.00%> (+0.06%) ⬆️
src/RestWrite.js 93.81% <0.00%> (+0.16%) ⬆️
src/Adapters/Storage/Mongo/MongoStorageAdapter.js 93.52% <0.00%> (+0.66%) ⬆️

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 34614e0...3acf646. Read the comment docs.

Copy link
Member

@mtrezza mtrezza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 🚀

@Moumouls Moumouls merged commit c855017 into parse-community:master Jul 13, 2020
@mtrezza mtrezza mentioned this pull request Jul 18, 2020
@mtrezza mtrezza removed type:bug Impaired feature or lacking behavior that is likely assumed 🧬 enhancement labels Jul 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants