Skip to content
This repository has been archived by the owner on Apr 18, 2021. It is now read-only.

alias-rahil/apollo-winston-logging-plugin

Repository files navigation

Usage:

import apolloWinstonLoggingPlugin from 'apollo-winston-logging-plugin';
import { ApolloServer } from 'apollo-server';
new ApolloServer({
    plugins: [apolloWinstonLoggingPlugin()],
});