Fix Apollo IDE integration and update schema.graphql file

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
这个提交包含在:
Thomas Citharel 2021-06-17 09:51:11 +02:00
父节点 3c2dfba880
当前提交 b52c2bb1d1
找不到此签名对应的密钥
GPG 密钥 ID: A061B9DDE0CA0773
共有 2 个文件被更改,包括 479 次插入86 次删除

查看文件

@ -4,9 +4,9 @@ module.exports = {
service: {
name: "Mobilizon",
// URL to the GraphQL API
url: "http://localhost:4000/api",
localSchemaFile: "./schema.graphql",
},
// Files processed by the extension
includes: ["src/**/*.vue", "src/**/*.js"],
includes: ["js/src/**/*.vue", "js/src/**/*.js"],
},
};

文件差异内容过多而无法显示 加载差异