Merge pull request #2088 from andrewthauer/api-docs-graphql

Add GraphQL support to API Docs
This commit is contained in:
Patrik Oldsberg
2020-09-16 16:37:11 +02:00
committed by GitHub
9 changed files with 1281 additions and 6 deletions
@@ -471,6 +471,7 @@ Describes the following entity kind:
An API describes an interface that can be exposed by a component. The API can be
defined in different formats, like [OpenAPI](https://swagger.io/specification/),
[AsyncAPI](https://www.asyncapi.com/docs/specifications/latest/),
[GraphQL](https://graphql.org/learn/schema/),
[gRPC](https://developers.google.com/protocol-buffers), or other formats.
Descriptor files for this kind may look as follows.