An open API service indexing awesome lists of open source software.

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

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