-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
(Maybe) GraphQL playground as dynamic docs #23
Comments
@EvgeniiaVak i think this is a great idea - are you suggesting we enable this by default on the base API page or somewhere else? |
I don't really know, somewhere, the nodejs wrapper has |
I really like this, I would make it as a separate service or plugin that can be deployed with the data-api.
Concerning the documentation, I also think that separating it in maybe two files |
@leomrocha / @EvgeniiaVak can you add tasks and acceptance items to the task to summarize what work would be needed. |
When studying GraphQL with node-js I was able to explore the underlying graphql schema with the interactive documentation via GraphQL playground (based on GraphQL schema, all items are clickable there):
Hasura also has something like this via their console app, maybe it'd be possible to expose that as the API documentation:

https://hasura.io/learn/graphql/hasura/data-modelling/4-try-todos-queries/
So maybe to autogenerate API docs we could wire up one of those?
The text was updated successfully, but these errors were encountered: