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 use version 2.00 + the vscode extension gives me this error:
Service stats could not be loaded. This may be because you're missing an apollo.config.js file or it is misconfigured. For more information about configuring Apollo projects, see the guide here (https://go.apollo.dev/t/config).
And if I use 1.20.0 it works without changing the config file.
The text was updated successfully, but these errors were encountered:
My Apollo vscode extention doesn't work using newer versions.
I've created a config file looking like this: (apollo.config.js)
module.exports = { client: { localSchemaFile: "./schema.graphql", service: { name: "datocms-test", url: "<env>", headers: { authorization: "Bearer <env>", }, }, includes: [ "./queries/**/*.gql",], }, };
If i use version 2.00 + the vscode extension gives me this error:
Service stats could not be loaded. This may be because you're missing an apollo.config.js file or it is misconfigured. For more information about configuring Apollo projects, see the guide here (https://go.apollo.dev/t/config).
And if I use 1.20.0 it works without changing the config file.
The text was updated successfully, but these errors were encountered: