graphql-python / graphene-sqlalchemy

Graphene SQLAlchemy integration
http://docs.graphene-python.org/projects/sqlalchemy/en/latest/
MIT License
981 stars 228 forks source link

feat(filters): Added DateTimeFilter #404

Closed Salamek closed 8 months ago

Salamek commented 8 months ago

Closes #403

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.76%. Comparing base (9c2bc84) to head (e15f8eb).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #404 +/- ## ========================================== + Coverage 94.74% 94.76% +0.01% ========================================== Files 10 10 Lines 1333 1336 +3 ========================================== + Hits 1263 1266 +3 Misses 70 70 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

erikwrede commented 8 months ago

Thanks for your contribution!