magidoc icon indicating copy to clipboard operation
magidoc copied to clipboard

Autogenerate static GraphQL API documentation

Results 70 magidoc issues
Sort by recently updated
recently updated
newest added

### Describe what is missing I would like to see some documentation about fuse-graphql and fuse-markdown plugins, that indicates how to use them and what they do. Also should document...

documentation

### Describe the problem When viewing an Interface, the **Implementations** are listed below the fields of the interface. This is presented as a series of links with no line breaks...

enhancement

Bumps [cspell](https://github.com/streetsidesoftware/cspell) from 8.3.2 to 8.4.0. Release notes Sourced from cspell's releases. v8.4.0 Important Remarks Support for ESLint flat configuration files - (#5270) eslint.config.js import cspellESLintPluginRecommended from '@cspell/eslint-plugin/recommended'; export default...

dependencies

### Describe the problem We would like to use `@oneOf` in our schema but magidoc fails to build the documentation with the following error: ``` Load GraphQL Schema [FAILED: Unable...

enhancement

### Describe the bug Currently unordered lists render by disabling the regular list item indicator and adding a custom one through a `:before` class, specifically: ```css .bx--list--unordered>.bx--list__item:before { position: absolute;...

bug

### Describe the bug During generation I haven't seen any errors and mostly the docs are working except some pages do not show the examples part (OrderSubmit for example) and...

bug

Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 1.25.2 to 2.5.0. Release notes Sourced from @​sveltejs/kit's releases. @​sveltejs/kit@​2.5.0 Minor Changes feat: dev/preview/prerender platform emulation (#11730) Patch Changes fix: strip /@fs prefix correctly on Windows when...

dependencies

Bumps [sirv](https://github.com/lukeed/sirv) from 2.0.3 to 2.0.4. Release notes Sourced from sirv's releases. v2.0.4 Patches (sirv) bump mrmime version (#156): ed8fd84 See [email protected] release notes for info. Thank you @​benmccann Full...

dependencies

Bumps [@sveltejs/adapter-static](https://github.com/sveltejs/kit/tree/HEAD/packages/adapter-static) from 2.0.3 to 3.0.1. Release notes Sourced from @​sveltejs/adapter-static's releases. @​sveltejs/adapter-static@​3.0.1 Patch Changes chore: update primary branch from master to main (47779436c5f6c4d50011d0ef8b2709a07c0fec5d) Updated dependencies [47779436c5f6c4d50011d0ef8b2709a07c0fec5d, 16961e8cd3fa6a7f382153b1ff056bc2aae9b31b, 197e01f95652f511160f38b37b9da73a124ecd48, 102e4a5ae5b29624302163faf5a20c94a64a5b2c,...

dependencies

How do i deploy generated docs in FastAPI. I want themto be served in a route /graphql/documentation whilst i can use any other routed my other projects