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

SpectaQL uses Grunt to perform a lot of the tasks of compiling, concatenating, minifying, etc. But Grunt seems to be sorta dead? Or at least some of the plugins used...

Bumps [sinon](https://github.com/sinonjs/sinon) from 13.0.2 to 14.0.0. Changelog Sourced from sinon's changelog. 14.0.0 c2bbd826 Drop node 12 (Morgan Roderick) And embrace Node 18 See https://nodejs.org/en/about/releases/ Released by Morgan Roderick on 2022-05-07....

dependencies
Node 14+

- When we add a custom sticky/fixed Navigation bar - on clicking the links on the left Sidebar - it scrolls to the id linked but Navigation bar overlaps above...

awaiting-more-info

is there a way to define in the metadata.json to undocument all projections and filters? I am looking for a way to undocument all TableNameConnection and TableNameEdge when it reads...

wontfix

Right now, we want to add a lot more information to the description. This is especially true for some of our Mutations which have complex validation logic. it would be...

enhancement
good first issue
awaiting-more-info

1. Search endpoint field I think this is not urgently needed but I just wanna request endpoint search using text field. I may search it using ctrl + f to...

enhancement

Right now, the custom theme option will override the `default` theme. But what if a user wants to override the `basic` theme? Or `spectaql` theme?

enhancement
good first issue

In the example for an enum type field, the value is quoted which is incorrect GraphQL syntax. Below it should be `"state": InStock,` for the BoxState enum field. ![2022-04-14-140345_974x508_scrot](https://user-images.githubusercontent.com/10617122/163387180-dee1c417-2b41-45f7-aa0e-c67673f6d20d.png) Tested...

awaiting-more-info

Would it be possible to make the labels configurable to for example support the docs in a different language?

enhancement
awaiting-more-info

I had a look and couldn't find an example of doing this, but it would be really cool if we could automatically generate a cURL (or php or ruby) code...