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.
1 parent 43c6657 commit 0c60413Copy full SHA for 0c60413
src/type/definition.js
@@ -791,6 +791,7 @@ function defineFieldMap<TSource, TContext>(
791
}));
792
793
return {
794
+ ...fieldConfig,
795
name: fieldName,
796
description: fieldConfig.description,
797
type: fieldConfig.type,
@@ -1423,6 +1424,7 @@ function defineInputFieldMap(
1423
1424
);
1425
1426
1427
1428
1429
1430
0 commit comments