v1.3.0 - Fixes & attributes improvements
- This release introduce a new
#[GQL\InputField]
attribute to manage fields on input object with default value. - A new
InterfaceTypeResolver
has been implemented to resolve automatically interface types when using attributes/annotations - The documentation regarding annotations/attributes has been cleaned up.
- A bunch of fixes
What's Changed
- Cleanup Input default value and Fix #1171 by @Vincz in #1172
- Update index.md by @newtoframework in #1158
- Update index.md by @newtoframework in #1159
- Fix mutation.md example by @samgranger in #1130
- Update documentation in favor of attributes by @Vincz in #1174
- Validate only InputObject types fix #1170 by @Vincz in #1175
New Contributors
- @newtoframework made their first contribution in #1158
- @samgranger made their first contribution in #1130
Full Changelog: v1.2.0...v1.3.0