GraphQL Documentation in Windmill
My company uses GraphQL for our primary API. I have been using it with Windmill to build some common workflows and dashboards for my team but I am wanting to enable them to build their own tools.
This got me thinking that I need to provide the team with some documentation so they can explore the API for themselves. For this I was considering spectaql or something similar.
- https://github.com/anvilco/spectaql
My question to you is would there be a good way to either embed this into a Svelte application or similar so it can appear like any other Windmill application.
Would love to hear your thoughts!