apollographql / apollographql/federation
chore(federation): Validate correctness of core directive definitions
Open
:hugs: improvement
- Dominant language
- TypeScript
- Stars
- 727
- Forks
- 276
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 1
Description
According to the [Join Spec](https://specs.apollo.dev/join/v0.1/#sec-Basic-Requirements):
> Processors must validate that you have defined the directives with the same arguments, locations, and repeatable flag as given below.
This is currently unimplemented but it would be fairly trivial to do so.
Contributor guide
Assessment
This issue has not been assessed yet.