cometkim / fastify-graphql-voyager

A Fastify plugin to serve schema visualization using GraphQL Voyager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fastify-graphql-voyager

Usage

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

About

A Fastify plugin to serve schema visualization using GraphQL Voyager

License:MIT License


Languages

Language:TypeScript 100.0%