graphql v0.18.12 Release Notes

Release Date: 2016-09-19 // over 7 years ago
  • ๐Ÿ†• New features

    • ๐Ÿ—„ GraphQL::Analysis::FieldUsage can be used to check for deprecated fields in the query analysis phase #245

    ๐Ÿ› Bug fixes

    • If a schema receives a query on mutation or subscription but that root doesn't exist, return a validation error #254
    • 0๏ธโƒฃ Query::Arguments#to_h only includes keys that were provided in the query or have a default value #251