apollo-kotlin icon indicating copy to clipboard operation
apollo-kotlin copied to clipboard

Validate repeatable directives

Open martinbonnin opened this issue 2 years ago • 1 comments

Currently it is possible to repeat non-repeatable directives:

{
  field @nonnull @nonnull
}

This should throw a validation error instead

martinbonnin avatar Jun 06 '22 14:06 martinbonnin