graphql v0.18.15 Release Notes

Release Date: 2016-09-20 // over 7 years ago
  • ๐Ÿ’ฅ Breaking changes

    • Validation errors no longer have a "path" key in their JSON. It was renamed to "fields" #264
    • @skip and @include over multiple selections are handled according to the spec: if the same field is selected multiple times and one or more of them would be included, the field will be present in the response. Previously, if one or more of them would be skipped, it was absent from the response. #256

    ๐Ÿ†• New features

    • Execution errors include a "path" key which points to the field in the response where the error occurred. #259
    • ๐Ÿ“œ Parsing directives from the Schema language is now supported #273

    ๐Ÿ› Bug fixes

    • @skip and @include over multiple selections are now handled according to the spec #256