Comparing version 0.11.0 to 0.11.1
# Changelog | ||
### 0.11.1 | ||
- Export `queryField` & `subscriptionField` on public API | ||
### 0.11.0 | ||
@@ -4,0 +8,0 @@ |
@@ -18,2 +18,4 @@ export * from "./builder"; | ||
export * from "./definitions/mutationField"; | ||
export * from "./definitions/queryField"; | ||
export * from "./definitions/subscriptionField"; | ||
export * from "./definitions/objectType"; | ||
@@ -20,0 +22,0 @@ export * from "./definitions/scalarType"; |
@@ -22,2 +22,4 @@ "use strict"; | ||
tslib_1.__exportStar(require("./definitions/mutationField"), exports); | ||
tslib_1.__exportStar(require("./definitions/queryField"), exports); | ||
tslib_1.__exportStar(require("./definitions/subscriptionField"), exports); | ||
tslib_1.__exportStar(require("./definitions/objectType"), exports); | ||
@@ -24,0 +26,0 @@ tslib_1.__exportStar(require("./definitions/scalarType"), exports); |
@@ -17,2 +17,4 @@ export { buildTypes, makeSchema } from "./builder"; | ||
export { mutationField } from "./definitions/mutationField"; | ||
export { queryField } from "./definitions/queryField"; | ||
export { subscriptionField } from "./definitions/subscriptionField"; | ||
export { scalarType, asNexusMethod } from "./definitions/scalarType"; | ||
@@ -19,0 +21,0 @@ export { unionType } from "./definitions/unionType"; |
@@ -31,2 +31,6 @@ "use strict"; | ||
exports.mutationField = mutationField_1.mutationField; | ||
var queryField_1 = require("./definitions/queryField"); | ||
exports.queryField = queryField_1.queryField; | ||
var subscriptionField_1 = require("./definitions/subscriptionField"); | ||
exports.subscriptionField = subscriptionField_1.subscriptionField; | ||
var scalarType_1 = require("./definitions/scalarType"); | ||
@@ -33,0 +37,0 @@ exports.scalarType = scalarType_1.scalarType; |
{ | ||
"name": "nexus", | ||
"version": "0.11.0", | ||
"version": "0.11.1", | ||
"main": "dist", | ||
@@ -5,0 +5,0 @@ "types": "dist", |
@@ -20,2 +20,4 @@ // The "core" is used as a namespace to re-export everything, | ||
export * from "./definitions/mutationField"; | ||
export * from "./definitions/queryField"; | ||
export * from "./definitions/subscriptionField"; | ||
export * from "./definitions/objectType"; | ||
@@ -22,0 +24,0 @@ export * from "./definitions/scalarType"; |
@@ -18,2 +18,4 @@ // All of the Public API definitions | ||
export { mutationField } from "./definitions/mutationField"; | ||
export { queryField } from "./definitions/queryField"; | ||
export { subscriptionField } from "./definitions/subscriptionField"; | ||
export { scalarType, asNexusMethod } from "./definitions/scalarType"; | ||
@@ -20,0 +22,0 @@ export { unionType } from "./definitions/unionType"; |
Sorry, the diff of this file is not supported yet
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
575590
9024