You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Closes#903
commit 0062abf
Author: Lee Byron <[email protected]>
Date: Fri Dec 1 12:49:38 2017 -0800
Amends this PR with a few additions:
* Generalizes building a value from an AST, since "scalar" could be misleading, and supporting variable values within custom scalar literals can be valuable.
* Replaces isNullish with isInvalid since `null` is a meaningful value as a result of literal parsing.
* Exports this new utility from the top level
commit 0ca6cf0
Merge: 37717b878e69d6
Author: Lee Byron <[email protected]>
Date: Fri Dec 1 11:57:55 2017 -0800
Merge branch 'astValueToData' of https://github.com/APIs-guru/graphql-js into APIs-guru-astValueToData
commit 78e69d6
Author: Ivan Goncharov <[email protected]>
Date: Sun Jun 11 01:07:47 2017 +0300
Fix 'serialize' stub used in buildASTSchema
commit a0688c6
Author: Ivan Goncharov <[email protected]>
Date: Fri Jun 9 23:24:55 2017 +0300
Provide reasonable default version of 'parseLiteral'
commit 313d66e
Author: Ivan Goncharov <[email protected]>
Date: Fri Jun 9 23:22:49 2017 +0300
Add test for building client schema with default value on custom scalar
0 commit comments