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
The subscribe() function now returns a Promise of either an AsyncIterator or ExecutionResult to better distinguish between initialization errors and publish errors; previously it just returned an AsyncIterator (#918).
Spec compliance
Passing an array in place of a String input throws an error instead of silently coercing (#925).
Fixes
Directive descriptions are preserved through calls to extendSchema() (#961).