Licence
ISC
Version
1.1.2
Deps
2
Size
6 kB
Vulns
0
Weekly
0
apollo-link-console-log
A logger for Apollo Link with expandable output
Installing / Getting Started
yarn add apollo-link-console-log
Prerequisites
- apollo-Link
- graphql-tag
Usage
Compose as you would any other link. Remember to place the logger before your terminating link.
import consoleLogger from 'apollo-link-console-log';
// ...
ApolloLink.from([
consoleLogger,
// ...
]);
Screenshots
Console log (expanded with other similar loggers):
