forked from potsda.mn/mobilizon
Fix Apollo IDE integration and update schema.graphql file
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
3c2dfba880
commit
b52c2bb1d1
|
@ -4,9 +4,9 @@ module.exports = {
|
||||||
service: {
|
service: {
|
||||||
name: "Mobilizon",
|
name: "Mobilizon",
|
||||||
// URL to the GraphQL API
|
// URL to the GraphQL API
|
||||||
url: "http://localhost:4000/api",
|
localSchemaFile: "./schema.graphql",
|
||||||
},
|
},
|
||||||
// Files processed by the extension
|
// Files processed by the extension
|
||||||
includes: ["src/**/*.vue", "src/**/*.js"],
|
includes: ["js/src/**/*.vue", "js/src/**/*.js"],
|
||||||
},
|
},
|
||||||
};
|
};
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue