https://github.com/cometkim/fastify-graphql-voyager
A Fastify plugin to serve schema visualization using GraphQL Voyager
https://github.com/cometkim/fastify-graphql-voyager
Last synced: 10 months ago
JSON representation
A Fastify plugin to serve schema visualization using GraphQL Voyager
- Host: GitHub
- URL: https://github.com/cometkim/fastify-graphql-voyager
- Owner: cometkim
- License: mit
- Created: 2020-11-12T18:08:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-31T18:34:25.000Z (10 months ago)
- Last Synced: 2025-08-09T06:07:51.516Z (10 months ago)
- Language: TypeScript
- Size: 3.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fastify-graphql-voyager
## Usage
```ts
import FastifyGraphQLVoyager from 'fastify-graphql-voyager';
fastify.register(FastifyGraphQLVoyager, {
path: '/voyager', // default
graphql: {
// schema or url to introspection
},
voyager: {
// see https://github.com/IvanGoncharov/graphql-voyager#properties
},
});
```
## LICENSE
MIT