Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add locations to composition errors #686
Add locations to composition errors #686
Changes from 1 commit
da811fd
0e9cb22
5b68ef1
cbb8296
cd4971d
965b73a
321e8ca
594baa6
5542820
c820bfe
d702a35
e7d11d9
ed1d413
6cdff46
2003802
a88b5e8
24cf587
f9ab2ca
951dc97
ae74390
0858b2f
c77733f
47a4495
4d4c862
45740f8
0b79f14
1a6b1d7
b23a9f7
1cbfa5f
586a3fe
4b839f9
b720ded
a212a3e
d4eb5e8
b806b4c
5792613
d218980
0037abc
b9d3adc
c787920
a0bc39d
00e8eab
1a7499e
4114f35
11f64ec
f61b626
162a90a
d2731ff
300b426
64246b5
b6e7cf6
b2f6a19
b715495
513ca04
665ff7e
d3a7b9d
d7ec439
615b267
037237a
8181e38
0f699ee
2e895f2
da7c660
40ad8a6
e0fd417
73fe00d
d8353b5
fbbc85e
b1bceb1
42dfbbd
9b8bb34
d180c03
7f3a668
af5776d
3b75ff3
4de9a8d
f928596
bdd5592
e364771
0a1e203
65a6cc6
c640914
8b638e8
ae3e2ca
fcb15c4
4a94b78
8eda3db
a79ae16
0ac045d
0e4302e
0b5a188
606a341
463c8f9
d34729e
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
I think the nodes we want in this case are each of the
@key
directives on the extended type?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.
For this one, since we can't select the general "directive area" I am going to select the type node, so the error can be located to the whole error where there are too many
@key
s.