spectaql
spectaql copied to clipboard
Autogenerate static GraphQL API documentation
We have a need where we want to adjust href of favicon and logo adding additional prefix e.g. from `images/logo.png` to `docs/images/logo.png`. I'll try to contribute with a PR on...
I could be missing something in the documentation but I have so far not found a way to customize what is shown in the response field with my metadata file....
Hope you have been well. Thanks again for this module -- it's really solving a problem for me. This PR adds an option to hide the title, which is useful...
[cosmiconfig](https://github.com/davidtheclark/cosmiconfig) is an extremely popular configuration tool that improves the developer experience and supports reading configuration files in a variety of formats, including YAML, JSON, JS, and TS. It allows...
With large GraphQL documentation, the single raw HTML page would be over 10M, within the single HTML page. It works but consumes a large amount of memory to render it....
When viewing a type, there should be an option to display the default value for each field in that type. Currently it only shows the Field Name, Type, and Description....
In SpectaQL, Is there any way to arrange the queries and mutation based on modules. For example; User operation related api's under this section similarly transaction too. User: Query Mutation...
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.22.5 to 7.24.5. Release notes Sourced from @babel/core's releases. v7.24.5 (2024-04-29) Thanks @romgrk and @sossost for your first PRs! :bug: Bug Fix babel-plugin-transform-classes, babel-traverse #16377 fix: TypeScript...
Bumps [@graphql-tools/merge](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/merge) from 8.4.1 to 9.0.4. Changelog Sourced from @graphql-tools/merge's changelog. 9.0.4 Patch Changes #6111 a06dbd2 Thanks @lesleydreyer! - Fix directive merging when directive name is inherited from object prototype...
Bumps [@graphql-tools/utils](https://github.com/ardatan/graphql-tools/tree/HEAD/packages/utils) from 9.2.1 to 10.2.0. Changelog Sourced from @graphql-tools/utils's changelog. 10.2.0 Minor Changes #6105 5567347 Thanks @ardatan! - Add enumValueFilter and directiveFilter to filterSchema Patch Changes #6105 5567347 Thanks...