# Magidoc - GraphQL Schema
A Rollup/ViteJS plugin that can both fetch or parse GraphQL schemas and store them locally. 


> This plugin can be used in any project that uses Rollup/ViteJS, whether it is browser or NodeJS based.

## Fetching
When fetching the schema, configuration is available to set custom headers, url, method and output format.

## Parsing
When parsing the schema, it is possible to aggregate multiple schema parts into one file using glob patterns and/or custom file paths.

## Documentation
For more details on how to use this plugin, see the [documentation](https://magidoc.js.org/plugins/rollup-graphql-schema).