[Feature] Fuzzy searching for Queries, Mutations, Types, Arguments
aryascripts opened this issue · 2 comments
aryascripts commented
Fuzzy Search
It would be really nice to have some kind of search capability that searches the entire schema on the page, with fuzzy matching. Libraries like Fuse.js already exist for you to plug into the HTML page that we can just use to search the data which is generated.
It would be ideal to search these:
- Query names
- Mutation names
- Type names
- Type descriptions
- Field names
- Input argument names (for mutations)
Is this something that is doable with Spectaql in the future?
newhouse commented
I like this in general. Just need to find the time to implement new features and nice-to-haves. Right now I'm focusing mainly on bugs until I get a bit more free time to devote.