Skip to content

Commit 4e4aa2a

Browse files
authored
Update the @key directive notes
The GraphQL spec does now support repeatable directives but we are tracking support here: #590
1 parent 490709f commit 4e4aa2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/federated/federated-directives.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ types. Key fields specified in the directive field set should correspond to a va
7878
interface/object. Federated extended types should also instrument all the referenced key fields with `@external`
7979
directive.
8080

81-
> NOTE: federation spec specifies that multiple @key directives can be applied on the field which is at odds with
82-
> graphql-spec and currently unsupported by graphql-kotlin.
81+
> NOTE: The Federation spec specifies that multiple @key directives can be applied on the field. The GraphQL spec has been recently changed to allow this behavior,
82+
> but we are currently blocked and are tracking progress in [this issue](https://github.com/ExpediaGroup/graphql-kotlin/issues/590).
8383

8484
Example
8585

0 commit comments

Comments
 (0)