diff --git a/apollo.config.js b/apollo.config.js index 448b1f6..8c2a69e 100644 --- a/apollo.config.js +++ b/apollo.config.js @@ -1,5 +1,6 @@ module.exports = { client: { + excludes: ['src/generated/*'], // ignore the generated files service: { name: "flotte_project", url: "http://localhost:4000/graphql"