Fix Apollo IDE integration and update schema.graphql file

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-06-17 09:51:11 +02:00
parent 3c2dfba880
commit b52c2bb1d1
2 changed files with 479 additions and 86 deletions

View File

@@ -1,12 +0,0 @@
// apollo.config.js
module.exports = {
client: {
service: {
name: "Mobilizon",
// URL to the GraphQL API
url: "http://localhost:4000/api",
},
// Files processed by the extension
includes: ["src/**/*.vue", "src/**/*.js"],
},
};

File diff suppressed because it is too large Load Diff