Skip to content

Commit

Permalink
Remove duplicated property in type.
Browse files Browse the repository at this point in the history
`specifiedByUrl` is already included when expanding
`GraphQLScalarTypeConfig`
  • Loading branch information
m14t committed Apr 8, 2020
1 parent 22524b1 commit 64e8150
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/type/definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,6 @@ export class GraphQLScalarType {
toConfig(): {|
...GraphQLScalarTypeConfig<mixed, mixed>,
specifiedByUrl: ?string,
serialize: GraphQLScalarSerializer<mixed>,
parseValue: GraphQLScalarValueParser<mixed>,
parseLiteral: GraphQLScalarLiteralParser<mixed>,
Expand Down

0 comments on commit 64e8150

Please sign in to comment.