graphql-js icon indicating copy to clipboard operation
graphql-js copied to clipboard

Documentation of GraphQLScalarType is outdated

Open Cito opened this issue 5 years ago • 3 comments

The documentation for the GraphQLScalarType is outdated compared with the current code. For instance, parseLiteal takes a valueNode and a variables parameter instead of just one valueAST parameter (I think that was changed in 0.12), and there are some more differences.

Cito avatar May 20 '20 17:05 Cito

@Cito this seems pretty straightforward. Have you completed this yet? If not, I'll get it done if you'll assign me.

overhead525 avatar May 23 '20 22:05 overhead525

@overhead525 no, haven't done anything about this yet. @IvanGoncharov can you assign it to him?

Cito avatar May 24 '20 00:05 Cito

Changes in #3812 would also require documentation update

yaacovCR avatar Oct 07 '24 09:10 yaacovCR