File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2210,10 +2210,9 @@ production.
2210
2210
To refer to a _schema element_ , a _schema coordinate_ must be interpreted in the
2211
2211
context of a GraphQL {schema }.
2212
2212
2213
- Note : If the _schema element_ cannot be found , the resolve function will not
2214
- yield a value (without raising an error). However , an error **will ** be raised
2215
- if any non -leaf nodes within a _schema coordinate_ cannot be found in the
2216
- {schema }.
2213
+ If the _schema element_ cannot be found , the resolve function will not yield a
2214
+ value (without raising an error). However , an error **will ** be raised if any
2215
+ non -leaf nodes within a _schema coordinate_ cannot be found in the {schema }.
2217
2216
2218
2217
SchemaCoordinate : Name
2219
2218
You can’t perform that action at this time.
0 commit comments