You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selection of the returning fields/opject has been vastly improved, but also breaks your current Graphton queries! Check UPGRADING.md to help upgrading vrom v0.7 to v1.
Features
Change selection method from builder functions to GraphQL-ish object notation, removing ReturnTypeBuilders. (a002ed6)
Bug Fixes
Initialization of the selectedFields property on the GraphtonQueryReturnsObject mixin now works (ebe4070)
ObjectFieldSelector types now has the _all property instead of the InputObject types (a7f2038)
returnType always being an empty string instead of the key of the lookup (53c82bf)