Is there any way to automatically create graphql api documentation?

Viewed 17

I have only the Introspection schema of a GraphQL api. I want to generate documentation for the graphql api to know the queries & mutations.

Except graphql voyager is there any cli tool/ website available to generate static documentation site from only the Introspection schema?

I tried https://github.com/wayfair/dociql but for that tool we need to specify usecases and it was not automatically generating from the Introspection schema.

1 Answers
Related