0.1.5 • Published 4 years ago

the-apollo-utilities v0.1.5

Weekly downloads
12
License
MIT
Repository
github
Last release
4 years ago

the-apollo-utilities

Custom apollo links for use with ApolloGraphQL's apollo client

What's included?

queryLogger

Logger for graphQL queries and mutations. Includes performance information.

errorLogger

Logger for graphQL and network errors

Prerequisites

  • Apollo Link.

Usage

import { errorLogger, queryLogger } from "the-apollo-utilities";

// ...
ApolloLink.from([
  errorLogger,
  queryLogger,
  // ...
]);

Screenshots

Query (expanded):

Query Expanded Query Expanded - Dark

Mutation (expanded):

Mutation Expanded Mutation Expanded - Dark

GraphQL Error (expanded):

Mutation Expanded Mutation Expanded - Dark

Network Error (expanded):

Mutation Expanded Mutation Expanded - Dark

0.1.4

4 years ago

0.1.5

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago