goto-bus-stop
released this
20 Jun 13:39
·
428 commits
to main
since this release
BREAKING
SelectionSet::merge
is renamed toSelectionSet::concat
to clarify that it doesn't do field merging, by goto-bus-stop in pull/570hir::InlineFragment::type_condition
now only returnsSome()
if a type condition was explicitly specified, by goto-bus-stop in pull/586
Features
-
add
root_operation_name(OperationType)
helper method onhir::SchemaDefinition
by SimonSapin in pull/579 -
add an
UndefinedDirective
diagnostic type, by goto-bus-stop in pull/587This is used for directives instead of
UndefinedDefinition
.
Fixes
-
accept objects as values for custom scalars, by goto-bus-stop in pull/585
The GraphQL spec is not entirely clear on this, but this is used in the real world with things
like the_Any
type in Apollo Federation.
Maintenance
- update dependencies, by goto-bus-stop in commit/daf918b
- add a test for validation with
set_type_system_hir()
, by goto-bus-stop in pull/583