2.0.2 • Published 4 years ago
apollo-winston-logging-plugin v2.0.2
Usage:
import apolloWinstonLoggingPlugin from 'apollo-winston-logging-plugin';
import { ApolloServer } from 'apollo-server';
new ApolloServer({
plugins: [apolloWinstonLoggingPlugin()],
});