apollo-kotlin
apollo-kotlin copied to clipboard
Validate repeatable directives
Currently it is possible to repeat non-repeatable directives:
{
field @nonnull @nonnull
}
This should throw a validation error instead