-
Notifications
You must be signed in to change notification settings - Fork 11
fix: Federation V2 Scalar Support #14
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: Federation V2 Scalar Support #14
Conversation
…ort-federation-v2 # Conflicts: # README.md # examples/inaccessible.py # examples/override.py # examples/shareable.py # examples/tag.py # graphene_federation/entity.py # graphene_federation/extend.py # graphene_federation/external.py # graphene_federation/inaccessible.py # graphene_federation/override.py # graphene_federation/provides.py # graphene_federation/requires.py # graphene_federation/service.py # graphene_federation/shareable.py # graphene_federation/tag.py # graphene_federation/tests/test_key.py
# Conflicts: # graphene_federation/extend.py # graphene_federation/service.py
Fix: Lint Error Passed: Test Cases
# Conflicts: # graphene_federation/entity.py # graphene_federation/extend.py # graphene_federation/utils.py
Pull Request Test Coverage Report for Build 4519903383Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
77db6ed
to
7500690
Compare
7500690
to
4b41062
Compare
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.
Looks good, I wonder if we should rebase since there's 102 commits in the PR. But I guess we'll just squash this when merging 😊
Also /cc @erikwrede for a final check
Yes, It's happened somehow! Please squash this when merging! |
Thanks for the quick fix! |
Fix : Breaks with custom scalars #13