We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d1c88 commit a52cc35Copy full SHA for a52cc35
src/content/graphql-js/APIReference-TypeSystem.md
@@ -215,6 +215,8 @@ type GraphQLScalarTypeConfig<InternalType> = {
215
The leaf values of any request and input values to arguments are
216
Scalars (or Enums) and are defined with a name and a series of serialization
217
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.
220
221
#### Example
222
0 commit comments