/apollo-winston-logging-plugin

A winston logging extension for the Apollo GraphQL Server

Primary LanguageTypeScriptMIT LicenseMIT

Usage:

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