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

feat: Add support for custom global ID type(Issue #1276) #1428

Conversation

tcleonard
Copy link
Collaborator

Solution for issue #1276

@tcleonard
Copy link
Collaborator Author

This is an updated version of #1278
You can find on the old one the discussions around the feature

@erikwrede
Copy link
Member

@ulgens Do you have time for a review?

ulgens
ulgens previously approved these changes Aug 28, 2022
@codecov
Copy link

codecov bot commented Sep 15, 2022

Codecov Report

Merging #1428 (d1f6412) into master (b20bbdc) will increase coverage by 0.16%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #1428      +/-   ##
==========================================
+ Coverage   95.72%   95.88%   +0.16%     
==========================================
  Files          50       51       +1     
  Lines        1683     1726      +43     
==========================================
+ Hits         1611     1655      +44     
+ Misses         72       71       -1     
Impacted Files Coverage Δ
graphene/__init__.py 100.00% <ø> (ø)
graphene/relay/__init__.py 100.00% <100.00%> (ø)
graphene/relay/id_type.py 100.00% <100.00%> (ø)
graphene/relay/node.py 100.00% <100.00%> (+1.38%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@tcleonard tcleonard force-pushed the issue-#1276_allow_other_identifiers branch from 41293eb to d1f6412 Compare September 15, 2022 12:56
@tcleonard
Copy link
Collaborator Author

@ulgens I have rebased on master and added a few tests to get full coverage. Do you mind double checking and approving so I can merge?

@tcleonard tcleonard merged commit ee1ff97 into graphql-python:master Sep 19, 2022
@erikwrede erikwrede changed the title feat: Add support for custom global (Issue #1276) feat: Add support for custom global ID type(Issue #1276) Jan 3, 2023
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.

3 participants