graphql-ruby-client
Advanced tools
Changelog
1.1.0 (1 Nov 2016)
"\\u"
is no longer treated as the Unicode escape character, only the Unicode escape character "\u"
is treated that way. (This behavior was a bug, the migration path is to use the Unicode escape character.) #366GraphQL::Language::ParserTests
was removed, use GraphQL::Compatibility
instead. #366Schema.from_definition(definition_string)
builds a GraphQL::Schema
out of a schema definition. #346except:
option #300GraphQL::Compatibility
contains .build_suite
functions for testing user-provided parsers and execution strategies with GraphQL internals. #366#redefine { ... }
for making shallow copies with extended definitions. #357Schema#instrument
provides an avenue for observing query and field resolution with no overhead.SerialExecution
objects were converted to functions, resulting in a modest performance improvement for query resolution.NonNullType
and ListType
have no name (nil
), as per the spec #355