mirror of
https://github.com/unraid/api.git
synced 2026-01-08 01:29:49 -06:00
Enables a sandbox at /graphql for developers wanting to interact with the unraid api. * chore(api): enable introspection by default in deploy-dev script * refactor(api): load emhttp state during init so emhttp settings are always available, even at module load time. * feat(api): add csrf token to graphql playground * Revert "refactor(api): load emhttp state during init" * feat(api): use custom apollo plugin to render sandbox