-
-
Notifications
You must be signed in to change notification settings - Fork 565
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
Support repeatable directives #643
Conversation
@simPod have you had a chance to review this PR yet? |
Co-Authored-By: Šimon Podlipský <simon@podlipsky.net>
# Conflicts: # phpstan-baseline.neon # src/Type/Introspection.php # src/Utils/SchemaPrinter.php # src/Validator/Rules/UniqueDirectivesPerLocation.php
@spawnia Is it ready for merging? (just to make sure) |
Yes. I just checked if there are breaking changes we might want to mention, haven't found any. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome! This looks solid, so let's merge it! 🚢
Resolves #608
See graphql/graphql-js#1965