magidoc
magidoc copied to clipboard
Autogenerate static GraphQL API documentation
Bumps [fuse.js](https://github.com/krisk/Fuse) from 6.6.2 to 7.0.0. Changelog Sourced from fuse.js's changelog. 7.0.0 (2023-10-24) ⚠ BREAKING CHANGES Extension changed Features finish all but state handling of live demo (9b5421a) implementing reacting...
Hi there! Have anyone hosted the docs on AWS? I'm facing some problems on serving the http from a bucket. I can use libs like `http-server` to run it locally...
### Describe the bug I'm working with a GraphQL API with over 8000 types. Here is the storage used after generation: ``` 6.4G docs/types 1.2M docs/introduction 1.0G docs/mutations 1.2G docs/queries...
### Describe the bug Just set up magidoc and haven't been able to get it to work. Running my API locally, it has a _very_ large schema with many auto-generated...
### Describe the problem I have an API that I am building that has some functions that have no use for external users. They are restricted via Authentication, but ideally,...
### Describe the problem I really like the overall layout of the documentation provided, however, I don't find the long list of Queries & Mutations to be that useful, as...
### Describe the problem Hi, Magidoc can generate custom documentation pages from markdown files. It supports out of the box links to external website or to other pages of the...
### Describe what is missing I'm not sure if this is a missing feature or just not documented, but I have been trying to generate a value for "unknown" scalars...
### Describe the problem We have quite a few of deprecated fields in our API schema and GraphiQL does a good thing with these: it hides them by default and...
### Describe what is missing In GraphQL directives are always used with `@`, even when defined, e.g. `@include`. When magidoc documents them it displays them without the at-sign, to me...