mirror of
https://github.com/unraid/api.git
synced 2026-01-24 09:28:38 -06:00
@@ -13,8 +13,9 @@
|
||||
module.exports = function (path, mergeGraphqlSchemas) {
|
||||
const { join } = path;
|
||||
const { fileLoader, mergeTypes } = mergeGraphqlSchemas;
|
||||
const files = fileLoader(join(__dirname, './types/**/*.graphql'));
|
||||
|
||||
return mergeTypes(fileLoader(join(__dirname, './types/**/*.graphql')), {
|
||||
return mergeTypes(files, {
|
||||
all: true
|
||||
});
|
||||
}
|
||||
|
||||
@@ -12,20 +12,20 @@
|
||||
"@unraid/core": "ssh://git@github.com:unraid/core.git",
|
||||
"accesscontrol": "^2.2.1",
|
||||
"am": "^1.0.1",
|
||||
"apollo-datasource-rest": "^0.5.0",
|
||||
"apollo-server-express": "^2.6.2",
|
||||
"apollo-datasource-rest": "^0.6.1",
|
||||
"apollo-server-express": "^2.8.1",
|
||||
"bolus": "https://github.com/omgimalexis/bolus",
|
||||
"camelcase": "^5.3.1",
|
||||
"express": "^4.17.1",
|
||||
"got": "^9.6.0",
|
||||
"graphql": "^14.3.1",
|
||||
"graphql": "^14.4.2",
|
||||
"graphql-directive": "^0.2.1",
|
||||
"graphql-tag": "^2.10.1",
|
||||
"graphql-type-json": "^0.3.0",
|
||||
"graphql-type-long": "^0.1.1",
|
||||
"graphql-type-uuid": "^0.2.0",
|
||||
"lodash.get": "^4.4.2",
|
||||
"merge-graphql-schemas": "^1.5.8",
|
||||
"merge-graphql-schemas": "^1.7.0",
|
||||
"p-props": "^3.0.1",
|
||||
"stoppable": "^1.1.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user