Patch Changes
-
#8016
d0f3ef0
Thanks @n1ru4l! - Fix Federation composition rule
REQUIRED_INACCESSIBLEreporting a composition error if@inaccessibleis applied on a
non-nullable field with a default value.In the following example schema the
Query.ping(message:)argument no longer raises
REQUIRED_INACCESSIBLE, as a default value for the argument is provided. The same behaviour
applies for input type fields.extend schema @link(url: "https://specs.apollo.dev/federation/v2.9", import: ["@inaccessible"]) type Query { ping(message: String! = "pong" @inaccessible): String! }
-
#8003
bea8b7c
Thanks @n1ru4l! - Address vulnerability
GHSA-gh4j-gqv2-49f6. -
#8004
c2d8360
Thanks @n1ru4l! - Fix various links to documentation pages. -
#8003
bea8b7c
Thanks @n1ru4l! - Address vulnerability
GHSA-w5hq-g745-h8pq.