Slide 28
Slide 28 text
GraphQL and API docs
• GraphQL Type system and GraphiQL perfectly works
• Compare to OpenAPI, GraphQL Type system is tightly coupled with the
actual implementation
• OpenAPI itself is just a declarative documentation
• To validate request and response, we need some other tool
(e.g. interagent/committee is an implementation for Ruby)