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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Instantiable::createValue was moved to Definition interface and Instantiable was removed
Resolve function now works the same for both concrete and abstract return types.
Previously: Abstract resolve functions were required to return FieldResult with concrete resolution, this caused major problems for list of abstract types
Now: Abstract resolve functions can return any result normally, but Abstract types must implement createValue method which should be used to specify concrete resolution