Run yarn dedupe and upgrade TS (#13853)
Upgrading TS to the latest version, and cleaning up packages with yarn dedupe
This commit is contained in:
+1
@@ -45,6 +45,7 @@ export class InputTypeDefinitionFactory {
|
||||
const inputType = new GraphQLInputObjectType({
|
||||
name: `${pascalCase(objectMetadata.nameSingular)}${kind.toString()}Input`,
|
||||
description: objectMetadata.description,
|
||||
// @ts-expect-error legacy noImplicitAny
|
||||
fields: () => {
|
||||
switch (kind) {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user