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
If I send the query without logging in, I get
"Received incompatible instance "<Promise at 0x7ff118d710b1 rejected with GraphQLError('Unauthenticated.')>"."
However, in 3.0.0b7, if I send the same query without logging in, I get
"Unauthenticated." (And this is the behavior I expected.)