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 144e854 commit dc9315cCopy full SHA for dc9315c
spec/Section 3 -- Type System.md
@@ -2240,11 +2240,10 @@ ServiceAttribute :
2240
2241
- ServiceCapabilities
2242
2243
-A GraphQL service itself may be represented in the schema language in order to
2244
-indicate the _service capabilities_ of the service; this allows indicating
2245
-support for features which are outside of the scope of the type system.
+A GraphQL service is defined in terms of the capabilities that it offers which
+are external to the schema.
2246
2247
-Each {ServiceAttribute} may be specified at most once.
+All capabilities within a service must have unique identifiers.
2248
2249
### Service Capabilities
2250
0 commit comments