diff --git a/.gqlconfig b/.gqlconfig new file mode 100644 index 000000000..eee6f76b4 --- /dev/null +++ b/.gqlconfig @@ -0,0 +1,5 @@ +{ + schema: { + files: 'app/graphql/schema/types/**/*.graphql' + } +} \ No newline at end of file diff --git a/package.json b/package.json index 38ecc3c4e..14e6f3432 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "author": "Alexis Tyler (https://wvvw.me/)", "license": "GPL-2.0-only", "scripts": { - "dev": "STATES_CWD=$(pwd)/../core/test/fixtures/states CORE_CWD=$(pwd)/../core/ nodemon --signal SIGINT index.js" + "dev": "STATES_CWD=$(pwd)/../core/test/fixtures/states CORE_CWD=$(pwd)/../core/ PLUGINS_CWD=$(pwd)/../plugins/ nodemon -e js,graphql --signal SIGINT index.js" }, "dependencies": { "@unraid/core": "ssh://git@github.com:unraid/core.git", diff --git a/yarn.lock b/yarn.lock index f53aaaa78..b6fbc53ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -205,7 +205,7 @@ "@unraid/core@ssh://git@github.com:unraid/core.git": version "1.0.0" - resolved "ssh://git@github.com:unraid/core.git#0352758e189ac3be4656a9e0b6a8f8369b0a855a" + resolved "ssh://git@github.com:unraid/core.git#c91d855b91b94ae625752c61c78a6f2231d13efb" dependencies: better-stack-traces "^1.1.0" bolus "https://github.com/omgimalexis/bolus"