diff --git a/src/content/graphql-js/APIReference-TypeSystem.md b/src/content/graphql-js/APIReference-TypeSystem.md index 4191d1130a..96f803529e 100644 --- a/src/content/graphql-js/APIReference-TypeSystem.md +++ b/src/content/graphql-js/APIReference-TypeSystem.md @@ -215,6 +215,8 @@ type GraphQLScalarTypeConfig = { The leaf values of any request and input values to arguments are Scalars (or Enums) and are defined with a name and a series of serialization functions used to ensure validity. +See [this stackoverflow.com answer](https://stackoverflow.com/a/41513681/2038383) +for an explanation of the GraphQLScalarTypeConfig options. #### Example