mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-29 00:25:17 +03:00
48c33302a8
This changes the check for null/undefined to a check for undefined to determine if scalar serialization was successful or not, allowing `null` to be returned from serialize() without indicating error. This is potentially breaking for any existing custom scalar which returned `null` from `serialize()` to indicate failure. To account for this change, it should either throw an error or return `undefined`. ref: graphql/graphql-js#1104 |
||
---|---|---|
.. | ||
AST.php | ||
BlockString.php | ||
BuildSchema.php | ||
FindBreakingChanges.php | ||
MixedStore.php | ||
PairSet.php | ||
SchemaPrinter.php | ||
TypeComparators.php | ||
TypeInfo.php | ||
Utils.php |