v0.11.0
As we start to approach 1.0 we are going to be breaking a few interfaces to make sure things are right. There are a number of breaking changes in this release so please read https://gqlgen.com/recipes/migration-0.11/
Added
- We now have basic Apollo Federation support. Thanks @marwan-at-work for the implementation and everyone thats been helping to test this. Docs - #851 - #885.
- Resolver can now be regenerated as schema changes - Docs #993
Changed
- The original handler plackage has been replaced by one that has been broken down into pluggable
transports
andmiddleware
. Docs. - Updated gqlparser to v2.0.1 - #1027
- Paths now have an interface over them to let the caller know what values are possible vektah/gqlparser#117
- Swap some NotNulls in the introspection types - vektah/gqlparser#120
- Fix interface & union calculation when extending non existent types - vektah/gqlparser#118
- non existing types can be extended now - vektah/gqlparser#116
- generated syntax when using multiple interfaces is now valid - vektah/gqlparser#115