A plugin used to index a GraphQL schema into a Fuse.js search engine.
npm install @magidoc/plugin-fuse-graphqlThis library was created to index GraphQL schemas into a FuseJS engine. It does so by indexing each query, mutation, subscription and type into a search engine. All descriptions are parsed with a markdown engine to extract only the relevant text out of it.
> This plugin can be used in any browser or node application.
For more details on how to use this plugin, see the documentation.