graphql v1.12.13 Release Notes

Release Date: 2021-06-20 // almost 3 years ago
  • ๐Ÿ’ฅ Breaking changes

    • โž• Add a trailing newline to the Schema.to_definition output sstring #3541

    ๐Ÿ› Bug fixes

    • Properly handled list results in GraphQL::Backtrace #3540
    • Return plain Hashes and Arrays from queries instead of customized subclasses #3533
    • ๐Ÿ›  Fix errors raised from non-null fields #3537
    • ๐Ÿ”ง Resolver: don't pass frozen array of extensions when none were configured #3515
    • ๐Ÿ”ง Configure the right owner for node and nodes fields #3509
    • ๐Ÿ‘Œ Improve error message for invalid enum value #3507
    • Properly halt on lazily-returned context.skips #3514
    • ๐Ÿ›  Fix: call overridden to_h methods on InputObject classes #3539
    • Halt execution when a runtime directive argument raises a GraphQL::ExecutionError #3542