-
Notifications
You must be signed in to change notification settings - Fork 66
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
Directives must appear exactly once on a field #156
Directives must appear exactly once on a field #156
Comments
Thanks for reporting this behaviour. The behaviour was introduced in PR #144 and it looks like we don't have a test for this. The issue I believe will be due to this line https://github.com/okgrow/merge-graphql-schemas/pull/144/files#diff-3b4b88545526e76374a7547d901a272eR75 potentially the solution could be as simple as ensuring the directives are unique before concating them together. This would likely be a good PR for anyone wishing to contribute to the project for the first time. |
Do you mind if I check this out? |
@ttapar Go ahead! Let us know if you need help. |
Mayby bug.
Try to merge twice
Got:
Error: The field
id
specifies a directive more than once. Directives must appear exactly once on a field.The text was updated successfully, but these errors were encountered: