Skip to content

Commit a52cc35

Browse files
authored
Update APIReference-TypeSystem.md
Add link to stackoverflow post explaining the unexplained options to GraphQLScalarTypeConfig.
1 parent 10d1c88 commit a52cc35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/graphql-js/APIReference-TypeSystem.md

+2
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ type GraphQLScalarTypeConfig<InternalType> = {
215215
The leaf values of any request and input values to arguments are
216216
Scalars (or Enums) and are defined with a name and a series of serialization
217217
functions used to ensure validity.
218+
See [this stackoverflow.com answer](https://stackoverflow.com/a/41513681/2038383)
219+
for an explanation of the GraphQLScalarTypeConfig options.
218220
219221
#### Example
220222

0 commit comments

Comments
 (0)