We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6407307 commit 41f262dCopy full SHA for 41f262d
src/type/definition.ts
@@ -562,10 +562,9 @@ export interface GraphQLScalarTypeExtensions {
562
* Scalars (or Enums) and are defined with a name and a series of functions
563
* used to parse input from ast or variables and to ensure validity.
564
*
565
- * If a type's serialize function does not return a value (i.e. it returns
+ * If a type's serialize function returns `null` or does not return a value (i.e. it returns
566
* `undefined`) then an error will be raised and a `null` value will be returned
567
- * in the response. If the serialize function returns `null`, then no error will
568
- * be included in the response.
+ * in the response.
569
570
* Example:
571
0 commit comments