File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -2336,6 +2336,16 @@ DirectiveArgumentCoordinate : @ Name ( Name : )
2336
2336
5. Return the argument of {directive } named {directiveArgumentName } if it
2337
2337
exists .
2338
2338
2339
+ **Resolving Meta -fields **
2340
+
2341
+ Resolving the _schema coordinate_ of a meta -field is undefined behavior , since
2342
+ these fields may be implemented in such a way that makes it impossible to return
2343
+ a unique value specific to that instance of the meta -field .
2344
+
2345
+ Therefore , it is left up to the implementation to decide whether or not to
2346
+ return a value for a meta -field . If a value is returned , it must meet the
2347
+ requirement that it is unique to that _schema coordinate_ .
2348
+
2339
2349
**Examples **
2340
2350
2341
2351
| Element Kind | _Schema Coordinate_ | _Schema Element_ |
You can’t perform that action at this time.
0 commit comments