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

Add support for UUIDs in @hybrid_property #363

Merged

Conversation

flipbit03
Copy link
Contributor

We overlooked support for this fairly mundane type in the @hybrid_property work that we did. This PR addresses that shortcoming.

@codecov
Copy link

codecov bot commented Sep 28, 2022

Codecov Report

Base: 96.50% // Head: 96.97% // Increases project coverage by +0.47% 🎉

Coverage data is based on head (a19a702) compared to base (0a765a1).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #363      +/-   ##
==========================================
+ Coverage   96.50%   96.97%   +0.47%     
==========================================
  Files           9        7       -2     
  Lines         800      694     -106     
==========================================
- Hits          772      673      -99     
+ Misses         28       21       -7     
Impacted Files Coverage Δ
graphene_sqlalchemy/converter.py 96.26% <100.00%> (+0.06%) ⬆️
graphene_sqlalchemy/__init__.py
graphene_sqlalchemy/utils.py

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@erikwrede erikwrede merged commit 75abf0b into graphql-python:master Oct 1, 2022
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