graphile-build
Advanced tools
Comparing version 5.0.0-0.21 to 5.0.0-0.22
# graphile-build | ||
## 5.0.0-0.22 | ||
### Patch Changes | ||
- [`f48860d4f`](undefined) - Allow adding resolver-only fields to planned types. | ||
- Updated dependencies [[`f48860d4f`](undefined)]: | ||
- grafast@0.0.1-0.17 | ||
## 5.0.0-0.21 | ||
@@ -4,0 +13,0 @@ |
@@ -5,2 +5,3 @@ "use strict"; | ||
require("graphile-config"); | ||
const grafast_1 = require("grafast"); | ||
const utils_js_1 = require("../utils.js"); | ||
@@ -30,3 +31,3 @@ const version_js_1 = require("../version.js"); | ||
isRootSubscription: true, | ||
}, null, () => { | ||
}, grafast_1.__ValueStep, () => { | ||
return { | ||
@@ -33,0 +34,0 @@ description: `The root subscription type: contains realtime events you can subscribe to with the \`subscription\` operation.`, |
{ | ||
"name": "graphile-build", | ||
"version": "5.0.0-0.21", | ||
"version": "5.0.0-0.22", | ||
"description": "Build a GraphQL schema from plugins", | ||
@@ -44,3 +44,3 @@ "type": "commonjs", | ||
"debug": "^4.3.3", | ||
"grafast": "^0.0.1-0.16", | ||
"grafast": "^0.0.1-0.17", | ||
"graphile-config": "^0.0.1-0.5", | ||
@@ -47,0 +47,0 @@ "graphile-export": "^0.0.2-0.4", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
367724
4536
Updatedgrafast@^0.0.1-0.17