We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b1ce34 + 706feb6 commit fef436fCopy full SHA for fef436f
packages/graphql/lib/type-helpers/partial-type.helper.ts
@@ -35,7 +35,7 @@ export function PartialType<T>(
35
fields.forEach((item) => {
36
if (isFunction(item.typeFn)) {
37
/**
38
- * Execute type function eagarly to update the type options object (before "clone" operation)
+ * Execute type function eagerly to update the type options object (before "clone" operation)
39
* when the passed function (e.g., @Field(() => Type)) lazily returns an array.
40
*/
41
item.typeFn();
0 commit comments