Skip to content

Commit 6146bfa

Browse files
committed
Add missing description for a service
1 parent eb478ac commit 6146bfa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

spec/Section 4 -- Introspection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ enum __DirectiveLocation {
231231
}
232232

233233
type __Service {
234+
description: String
234235
capabilities: [__Capability!]!
235236
}
236237

@@ -536,6 +537,7 @@ using the introspection query: `{ __type(name: "__Service") { name } }`, a
536537

537538
Fields\:
538539

540+
- `description` may return a String or {null}.
539541
- `capabilities` must return a list of `__Capability` detailing each _service
540542
capability_ supported by the service.
541543

0 commit comments

Comments
 (0)