Skip to content

Commit 8cde94f

Browse files
committed
Removes non-standard properites from field objects
Reverts graphql#2116
1 parent 257f9ef commit 8cde94f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/type/definition.js

-2
Original file line numberDiff line numberDiff line change
@@ -791,7 +791,6 @@ function defineFieldMap<TSource, TContext>(
791791
}));
792792

793793
return {
794-
...fieldConfig,
795794
name: fieldName,
796795
description: fieldConfig.description,
797796
type: fieldConfig.type,
@@ -1424,7 +1423,6 @@ function defineInputFieldMap(
14241423
);
14251424

14261425
return {
1427-
...fieldConfig,
14281426
name: fieldName,
14291427
description: fieldConfig.description,
14301428
type: fieldConfig.type,

0 commit comments

Comments
 (0)