We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c9c10 commit 87f6bd0Copy full SHA for 87f6bd0
spec/Appendix B -- Grammar Summary.md
@@ -422,8 +422,18 @@ TypeSystemDirectiveLocation : one of
422
423
SchemaCoordinate :
424
425
-- Name
426
-- Name . Name
427
-- Name . Name ( Name : )
428
-- @ Name
429
-- @ Name ( Name : )
+- TypeCoordinate
+- MemberCoordinate
+- ArgumentCoordinate
+- DirectiveCoordinate
+- DirectiveArgumentCoordinate
430
+
431
+TypeCoordinate : Name
432
433
+MemberCoordinate : Name . Name
434
435
+ArgumentCoordinate : Name . Name ( Name : )
436
437
+DirectiveCoordinate : @ Name
438
439
+DirectiveArgumentCoordinate : @ Name ( Name : )
0 commit comments