- Support resolver schema in Annotated return type
0.14.3
Not secure
- Fix handling of types being recursive by their registered conversion in json schema - Fix handling of `Annotated` schema for graphql fields
0.14.2
- Support serialized methods/resolvers parameters' metadata - Add `dataclass_input_wrapper`, wrapping a function to take an unique dataclass parameter made of original parameters - Conversion can now be applied on builtin types, field conversions are now more specific - Add `TaggedUnion`
0.14.1
Not secure
- Refactor *GraphQL* operations - Support `Undefined` for *GraphQL* fields/resolvers - Refactor lazy conversions support
0.14.0
Not secure
- Complete refactoring of conversions - Improvement of GraphQL - Relay - Better handling of generics in case of inheritance
0.13.0
Not secure
- Fix *graphql-core* version to '>=3.1.2' - GraphQL refactoring + documentation - Remove `add_validator`/`add_serialized`/`add_resolver` functions, replaced by `validator`/`serialized`/`resolver` using first parameter type to get the owner class.