Skip to content

Commit

Permalink
Update the @key directive notes
Browse files Browse the repository at this point in the history
The GraphQL spec does now support repeatable directives but we are tracking support here: #590
  • Loading branch information
smyrick authored Jun 30, 2020
1 parent 490709f commit 4e4aa2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/federated/federated-directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ types. Key fields specified in the directive field set should correspond to a va
interface/object. Federated extended types should also instrument all the referenced key fields with `@external`
directive.

> NOTE: federation spec specifies that multiple @key directives can be applied on the field which is at odds with
> graphql-spec and currently unsupported by graphql-kotlin.
> 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,
> but we are currently blocked and are tracking progress in [this issue](https://github.com/ExpediaGroup/graphql-kotlin/issues/590).

Example

Expand Down

0 comments on commit 4e4aa2a

Please sign in to comment.