apollo-winston-logging-plugin
v2.0.2
Published
A winston logging extension for the Apollo GraphQL Server
Downloads
13
Maintainers
Readme
Usage:
import apolloWinstonLoggingPlugin from 'apollo-winston-logging-plugin';
import { ApolloServer } from 'apollo-server';
new ApolloServer({
plugins: [apolloWinstonLoggingPlugin()],
});