graphql v0.18.11 Release Notes

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

    • GraphQL::Language::Nodes::Document#slice(operation_name) finds that operation and its dependencies and puts them in a new Document #241

    ๐Ÿ› Bug fixes

    • Validation errors for non-existent fields have the location of the field usage, not the parent field #247
    • Properly require "forwardable" #242
    • โœ‚ Remove ALLOWED_CONSTANTS for boolean input, use a plain comparison #240