Tags: graphql-python/graphene-mongo
Tags
Feat: Ability to use @Skip @include graphql directives to exclude fie… …lds (#231) * fix: remove unnecessary async * fix: handle @include , @Skip directives when checking user queried fields * fix: pagination errors hasNextPage didn't become false when using after and first together Fixed reverse Querying using last and before, in compliance to graphql relay spec https://relay.dev/graphql/connections.htm#sec-Backward-pagination-arguments https://relay.dev/graphql/connections.htm#sec-undefined.PageInfo * bump: version 0.4.2
v0.4.0 - Async BugFixes & Optimisations (#225) * Fix(register): updated register_enum function support custom classes Use isinstance instead of type to support instances of enum class in addition to exact same type. * Support Async * Convert: get_node to async * Fix: Test Case * Bug Fix on connection_resolver * Support Async * Fix: connection_resolver * Support Async, Test Case Added * Bump Version : 0.4.0 * Add asgiref to dependency * Add pytest-asyncio to dependency * Fix: Test Case * Update: README.md * Blocking Threaded to Async * Bug Fix: Argument Parser * (Deprecated) get_resolver to wrap_resolve * Fix: Count Performance * Fix: Queryset Check * Optimise: Lazy Reference Resolver * Fix: DeprecationWarnings * Fix: Queryset evaluation * feat: add support for mongo date field * refactor: change logging level * fix(connection_field): respects non_filter_fields when argument name is same as field name * refact: sync to async wrapper * chore: add ruff formatting * fix: inconsistent has_next_page when pk is not sorted * fix: self.get_queryset not being async * fix[pipeline]: add ruff remove flake8 * refact: filter connection * refact: has_next_page logic * fix: has_next_page using limit * fix: ci change flake8 to ruff * fix: convert | syntax to union type for backward compatibility * chore: add support for python 12 * chore: drop support for python 3.7, add support python 3.12 * refact: add typings * fix: ruff lint * chore: add setup tools for python 12 to fix mongomock ImportError: No module named pkg_resources --------- Co-authored-by: Adithyan Jothir <adithyan@strollby.com> Co-authored-by: Adarsh D <adarshdevamritham@gmail.com> Co-authored-by: Arun Suresh Kumar <asuresh960@gmail.com> Co-authored-by: M Aswin Kishore <mak26.work@gmail.com> Co-authored-by: Edwin Jose George <edwin@strollby.com> Co-authored-by: Roshan R Chandar <roshanr2001@gmail.com>
PreviousNext