v16.3.0v16.2.0
Reading changes from the repo…
GraphQLError
constructor, simplifying error creation by allowing you to specify only the message
and extensions
parameters without needing to pass undefined values for others. getArgumentValues
function is now publicly accessible from the root index, making it easier to import without needing to reference relative paths. OverlappingFieldsCanBeMergedRule
has been improved by simplifying argument comparison and sorting argument values before comparison, enhancing the validation process. UniqueArgumentDefinitionNamesRule
have been enhanced with additional validation tests for type and interface extensions, ensuring better coverage and reliability. OverlappingFieldsCanBeMergedRule
, which previously caused RangeError: Maximum call stack size exceeded
exceptions during validation. blockString-tests
, improving the clarity and accuracy of the test suite.