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

Override Union meta #1583

Merged
merged 3 commits into from
Nov 9, 2024
Merged

Override Union meta #1583

merged 3 commits into from
Nov 9, 2024

Conversation

that-one-arab
Copy link
Contributor

This gives us the option to add our own _meta to Union

Allowing us to implement features such as this

Copy link
Member

@erikwrede erikwrede left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! Please ping me here when you need another review. Small change and this is good to go!

graphene/types/union.py Outdated Show resolved Hide resolved
@that-one-arab
Copy link
Contributor Author

@erikwrede Thank you for the quick review! I made the change please let me know if I did it correctly. Cheers!

Copy link

codecov bot commented Nov 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.05%. Comparing base (f2e6814) to head (a90852a).
Report is 6 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1583   +/-   ##
=======================================
  Coverage   96.04%   96.05%           
=======================================
  Files          51       51           
  Lines        1720     1722    +2     
=======================================
+ Hits         1652     1654    +2     
  Misses         68       68           
Flag Coverage Δ
?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@erikwrede erikwrede left a comment

Choose a reason for hiding this comment

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

Thank you! 😊

@erikwrede erikwrede merged commit 3ed7bf6 into graphql-python:master Nov 9, 2024
10 checks passed
@erikwrede
Copy link
Member

released in 3.4.2

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