Skip to content

Releases: denisart/graphql-query

v1.4.0

31 Jul 10:54
1d3c1f0
Compare
Choose a tag to compare

What's new:

  • Support simple list of string #39
  • Fix for list of union in graphql_fields #41

1.3.1

19 Feb 13:45
Compare
Choose a tag to compare

The technical release.

What changed?

  • Update minimal support python version from 3.7 to 3.8;
  • Update package classifiers for pypi;

v1.3.0

16 Feb 14:02
Compare
Choose a tag to compare

Finally migration to pydantic v2!

  • fix problem from issue #31

v1.2.2

14 Dec 21:04
Compare
Choose a tag to compare

What's new:

v1.2.1

11 Oct 00:22
Compare
Choose a tag to compare

What's Changed

  • Added float to Argument type by @jw ;

v1.2.0

27 Jul 13:30
Compare
Choose a tag to compare
  • Now graphql-query based on pydantic v2;
  • Support bool and List[bool] type for graphql_query.Argument.value;

v1.1.1

31 May 08:28
Compare
Choose a tag to compare
  • Removed GraphQL validation from types.
  • Removed graphql-core from requirements.

v1.0.3

22 Mar 11:01
Compare
Choose a tag to compare

Some updates:

  • code stabilization;
  • updated docs;
  • updated build;

v1.0.1

13 Mar 12:40
Compare
Choose a tag to compare

Added

  • PR-10: Added new supported types to Argument.value (int, List[str], List[int]);

Fixed

  • PR-8: Fixed rendering a query with empty field list;

v1.0.0

04 Jan 12:22
Compare
Choose a tag to compare