graphql v1.7.10 Release Notes

Release Date: 2018-02-13 // about 6 years ago
  • ๐Ÿ’ฅ Breaking Changes

    • ๐Ÿ“œ Empty selections ({ }) are invalid in the GraphQL spec, but were previously allowed by graphql-ruby. They now return a parse error. #1268

    ๐Ÿ› Bug fixes

    • ๐Ÿ›  Fix error when inline fragments are spread on scalars #1268
    • ๐Ÿ›  Fix printing SDL when types have interfaces and directives #1255