Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: missing 'repeatable' in @goExtraField directive #3150

Merged

Conversation

alexandear
Copy link
Contributor

According to the GraphQL spec, directives that are used more than once must be defined as repeatable:

GraphQL allows directives that are defined as repeatable to be used more than once on the definition they apply to, possibly with different arguments. In contrast, if a directive is not repeatable, then only one occurrence of it is allowed per location.

Fixes #3145

I have:

  • Updated any relevant documentation (see docs)

@coveralls
Copy link

Coverage Status

coverage: 74.624%. remained the same
when pulling 63c01b1 on alexandear:docs-fix-def-go-extra-field
into 85459a3 on 99designs:master.

@StevenACoffman StevenACoffman merged commit e724bde into 99designs:master Jun 20, 2024
17 checks passed
@alexandear alexandear deleted the docs-fix-def-go-extra-field branch June 20, 2024 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The @goExtraField directive violates the graphql spec
3 participants