-
-
Notifications
You must be signed in to change notification settings - Fork 468
Now that I've created dozens of schema files and have over a hundred ways data can be queried or mutated, what tool if any can I use to create beautiful documentation that I can host for my customers?
All reactions
Replies: 2 comments
I'm also curious what others are doing in this regard.
I haven't gotten much further than providing GraphQL Playground which you can not really consider "documentation" I guess but it is a good start for people already familiar with GraphQL.
All reactions
0 replies
I use https://github.com/mll-lab/laravel-graphiql, and I try to add good descriptions (not comments!) to notable schema elements.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment