1.1.2 • Published 5 years ago

apollo-link-console-log v1.1.2

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

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):

Query Expanded

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago