Skip to content

Commit dc9315c

Browse files
committed
Clarification
1 parent 144e854 commit dc9315c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

spec/Section 3 -- Type System.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2240,11 +2240,10 @@ ServiceAttribute :
22402240

22412241
- ServiceCapabilities
22422242

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.
2243+
A GraphQL service is defined in terms of the capabilities that it offers which
2244+
are external to the schema.
22462245

2247-
Each {ServiceAttribute} may be specified at most once.
2246+
All capabilities within a service must have unique identifiers.
22482247

22492248
### Service Capabilities
22502249

0 commit comments

Comments
 (0)