Skip to content

Releases: graphql-python/graphene-mongo

v0.4.3

20 Mar 12:17
6851c41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v.0.4.2...v0.4.3

v.0.4.2

24 Feb 09:44
8f46790
Compare
Choose a tag to compare

What's Changed

  • Feat: Ability to use @ skip @ include graphql directives to exclude fields by @mak626 in #231

New Contributors

Full Changelog: v0.4.1...v.0.4.2

v.0.4.1

09 Dec 10:29
a084895
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

25 Nov 05:30
2a094fc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

05 Apr 10:09
807ae70
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.16...v0.3.0

v0.2.16

17 Mar 18:06
c381e36
Compare
Choose a tag to compare

Decimal Field Support Added
Dependencies Updated

What's Changed

New Contributors

Full Changelog: v0.2.15...v0.2.16

v0.2.15

06 Oct 21:14
Compare
Choose a tag to compare

Graphene Federation v2 Support Added

v0.2.14

14 Jan 08:59
Compare
Choose a tag to compare
  • Fixes
    • align version between code and pypi

v0.2.13: Merge pull request #141 from zhangyuz/master

30 Jun 09:30
e7bef85
Compare
Choose a tag to compare
  • Features:
    • Custom order_by: #140
  • Bugs:
    • Filter correctly with id and other fields: #148

v0.2.12

24 Mar 01:34
Compare
Choose a tag to compare
  • Support python 3.8
  • Solve slow paging