File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -242,8 +242,8 @@ QualifiedName ::
242242
243243A qualified name is a case-sensitive string composed of two or more names
244244separated by a period (` . ` ). A qualified name allows for a structured chain of
245- names which can be useful for scoping or namespacing . A _ capability identifier _
246- is an example of a {QualifiedName}.
245+ names which can be useful for scoping or applying namespaces . A _ capability
246+ identifier _ is an example of a {QualifiedName}.
247247
248248## Descriptions
249249
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ The `__Service` type is returned from the `__service` meta-field and provides
518518information about the GraphQL service , most notably about its capabilities .
519519
520520Note : Services implementing an older version of this specification may not
521- support the `__service ` metafield or `__Service ` type . Support may be probed
521+ support the `__service ` meta - field or `__Service ` type . Support may be probed
522522using the introspection query : `{ __type (name : " __Service" ) { name } }`, a
523523{null } result indicates lack of support .
524524
You can’t perform that action at this time.
0 commit comments