@pothos/core
Advanced tools
Comparing version 3.17.0 to 3.18.0
# Change Log | ||
## 3.18.0 | ||
### Minor Changes | ||
- 390e74a7: Add `idFieldOptions` to relay plugin options | ||
## 3.17.0 | ||
@@ -4,0 +10,0 @@ |
@@ -12,3 +12,2 @@ /* eslint-disable max-classes-per-file */ import { outputShapeKey, parentShapeKey } from '../types/index.js'; | ||
implement(options) { | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-return | ||
return this.builder.objectType(this, options); | ||
@@ -15,0 +14,0 @@ } |
@@ -30,3 +30,2 @@ /* eslint-disable max-classes-per-file */ "use strict"; | ||
implement(options) { | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-return | ||
return this.builder.objectType(this, options); | ||
@@ -33,0 +32,0 @@ } |
{ | ||
"name": "@pothos/core", | ||
"version": "3.17.0", | ||
"version": "3.18.0", | ||
"description": "Pothos (formerly GiraphQL) is a plugin based schema builder for creating code-first GraphQL schemas in typescript", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -45,3 +45,2 @@ /* eslint-disable max-classes-per-file */ | ||
): PothosSchemaTypes.ObjectRef<Shape, Parent> { | ||
// eslint-disable-next-line @typescript-eslint/no-unsafe-return | ||
return this.builder.objectType( | ||
@@ -48,0 +47,0 @@ this, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
861273
11932