Skip to content

Releases: denisart/graphql-query

v1.4.0

Choose a tag to compare

@denisart denisart released this 31 Jul 10:54
1d3c1f0

What's new:

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

1.3.1

Choose a tag to compare

@denisart denisart released this 19 Feb 13:45

The technical release.

What changed?

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

v1.3.0

Choose a tag to compare

@denisart denisart released this 16 Feb 14:02

Finally migration to pydantic v2!

  • fix problem from issue #31

v1.2.2

Choose a tag to compare

@denisart denisart released this 14 Dec 21:04

What's new:

v1.2.1

Choose a tag to compare

@denisart denisart released this 11 Oct 00:22

What's Changed

  • Added float to Argument type by @jw ;

v1.2.0

Choose a tag to compare

@denisart denisart released this 27 Jul 13:30
  • Now graphql-query based on pydantic v2;
  • Support bool and List[bool] type for graphql_query.Argument.value;

v1.1.1

Choose a tag to compare

@denisart denisart released this 31 May 08:28
  • Removed GraphQL validation from types.
  • Removed graphql-core from requirements.

v1.0.3

Choose a tag to compare

@denisart denisart released this 22 Mar 11:01

Some updates:

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

v1.0.1

Choose a tag to compare

@denisart denisart released this 13 Mar 12:40

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

Choose a tag to compare

@denisart denisart released this 04 Jan 12:22

New

Add arguments as list of objects. Usage example: https://denisart.github.io/graphql-query/usage.html#argument-as-list-of-objects