spectaql icon indicating copy to clipboard operation
spectaql copied to clipboard

Autogenerate static GraphQL API documentation

Results 107 spectaql issues
Sort by recently updated
recently updated
newest added

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.4.3 to 13.0.3. Release notes Sourced from lint-staged's releases. v13.0.3 13.0.3 (2022-06-24) Bug Fixes correctly handle git stash when using MSYS2 (#1178) (0d627a5) v13.0.2 13.0.2 (2022-06-16) Bug...

dependencies
Node 14+

When I run spectaql, I'm seeing this message in the output: ![image](https://user-images.githubusercontent.com/17208255/182455689-69b3f583-9ea6-4816-b319-bf36ec8cb284.png) This message shows up even if I use the `--quiet` option. Spectaql still generates the output, but it...

Currently, Queries and Mutations are listed as Operations are listed at the top of the left sidebar. Subscriptions are listed at the bottom after all of the types in their...

enhancement

Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.0.0. Release notes Sourced from mocha's releases. v10.0.0 10.0.0 / 2022-05-01 :boom: Breaking Changes #4845: Drop Node.js v12.x support (@​juergba) #4848: Drop Internet-Explorer-11 support (@​juergba)...

dependencies
Node 14+

Bumps [husky](https://github.com/typicode/husky) from 7.0.4 to 8.0.1. Release notes Sourced from husky's releases. v8.0.0 What's Changed Feats feat: add husky - prefix to logged global error messages by @​joshbalfour in typicode/husky#1092...

dependencies
Node 14+

I am working with Graphene Django. I wanted to group my queries and mutations based on some criteria. It would be a plus If we could get subgrouping in Query...

wontfix

Bumps [eslint-plugin-mocha](https://github.com/lo1tuma/eslint-plugin-mocha) from 9.0.0 to 10.1.0. Release notes Sourced from eslint-plugin-mocha's releases. 10.1.0 Enhancements Support this for additionalCustomNames (#329) 10.0.5 Bug Fixes Support Node 18 + switch from ramda to...

dependencies
Node 14+

spectaql doesn't work with Amplify schemas that include AWS directives unless your schema file includes those directives. The GraphQL parser fails to validate the schema file because it doesn't know...

wontfix

Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 11.5.1 to 11.6.0. Release notes Sourced from highlight.js's releases. 11.6.0 - "Pink Lemonade on a hot day" Edition Version 11.6.0 Supported Node.js versions: (chore) Drops support for...

dependencies
Node 14+

Perhaps a feature I just can't find, but one of the things graphdoc does well is highlighting where types are used. ![image](https://user-images.githubusercontent.com/5464272/174334169-dd8c8575-2a5f-4f70-a280-6addb6f746d4.png). When the user clicks a "require by" link,...

enhancement