Releases: denisart/graphql-query
Releases · denisart/graphql-query
v1.4.0
Compare
Sorry, something went wrong.
No results found
What's new:
Support simple list of string #39
Fix for list of union in graphql_fields #41
1.3.1
Compare
Sorry, something went wrong.
No results found
The technical release.
What changed?
Update minimal support python version from 3.7 to 3.8;
Update package classifiers for pypi;
v1.3.0
Compare
Sorry, something went wrong.
No results found
Finally migration to pydantic v2!
fix problem from issue #31
v1.2.2
Compare
Sorry, something went wrong.
No results found
v1.2.1
Compare
Sorry, something went wrong.
No results found
What's Changed
Added float to Argument type by @jw ;
v1.2.0
Compare
Sorry, something went wrong.
No results found
Now graphql-query based on pydantic v2;
Support bool and List[bool] type for graphql_query.Argument.value;
v1.1.1
Compare
Sorry, something went wrong.
No results found
Removed GraphQL validation from types.
Removed graphql-core from requirements.
v1.0.3
Compare
Sorry, something went wrong.
No results found
Some updates:
code stabilization;
updated docs;
updated build;
v1.0.1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found