Can't figure out what is wrong:
errors: [{extensions: {path: "$", code: "validation-failed"}, message: "no subscriptions exist"}]
0: {extensions: {path: "$", code: "validation-failed"}, message: "no subscriptions exist"}
extensions: {path: "$", code: "validation-failed"}
message: "no subscriptions exist"
type: "error"
Issue resolved by adding auth headers to connectionParams, for some reason them was not setup from setContext in apollo-link-context
Most helpful comment
Issue resolved by adding auth headers to
connectionParams, for some reason them was not setup fromsetContextinapollo-link-context