Skip to content

Commit

Permalink
Removes non-standard properites from field objects
Browse files Browse the repository at this point in the history
Reverts graphql#2116
  • Loading branch information
IvanGoncharov committed Aug 29, 2019
1 parent 257f9ef commit 8cde94f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/type/definition.js
Expand Up @@ -791,7 +791,6 @@ function defineFieldMap<TSource, TContext>(
}));
return {
...fieldConfig,
name: fieldName,
description: fieldConfig.description,
type: fieldConfig.type,
Expand Down Expand Up @@ -1424,7 +1423,6 @@ function defineInputFieldMap(
);

return {
...fieldConfig,
name: fieldName,
description: fieldConfig.description,
type: fieldConfig.type,
Expand Down

0 comments on commit 8cde94f

Please sign in to comment.