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.
Fixes
raise an error for empty field sets - tinnou, pull/845
It's not legal to write type Object {}with braces but without declaring
any fields. In the past this was accepted by apollo-parser, now it raises an
error as required by the spec.