- Support simple list of string https://github.com/denisart/graphql-query/pull/39 - Fix for list of union in graphql_fields https://github.com/denisart/graphql-query/pull/41
1.3.1
The technical release.
What changed?
- Update minimal support python version from 3.7 to 3.8; - Update package classifiers for pypi;
1.3.0
Finally migration to pydantic v2!
- fix problem from issue https://github.com/denisart/graphql-query/issues/31
1.2.2
What's new:
- Support python 3.12 in tests - Update docs site: migration to mkdocs - Add generation of **graphql-query** classes from pydantic model. See more in docs: https://denisart.github.io/graphql-query/
1.2.1
What's Changed
- Added float to Argument type by jw ;
1.2.0
- Now *graphql-query* based on pydantic v2; - Support `bool` and `List[bool]` type for `graphql_query.Argument.value`;