Skip to content

@graphql-hive/cli@0.50.2

Compare
Choose a tag to compare
@theguild-bot theguild-bot released this 30 Jun 11:53
fdbfb14

Patch Changes

  • #6845
    114e7bc
    Thanks @n1ru4l! - Update @theguild/federation-composition to
    0.19.0

    Increases federation composition compatibility.

    • Fix errors raised by @requires with union field selection set
    • Fix incorrectly raised IMPLEMENTED_BY_INACCESSIBLE error for inaccessible object fields where
      the object type is inaccessible.
    • Add support for @provides fragment selection sets on union type fields.
    • Fix issue where the satisfiability check raised an exception for fields that share different
      object type and interface definitions across subgraphs.
    • Fix issue where scalar type marked with @inaccessible does not fail the composition if all
      usages are not marked with @inaccessible.
    • Support composing executable directives from subgraphs into the supergraph