honeycomb-apollo
v0.2.1
Published
An Apollo extension to trace resolvers via Honeycomb
Downloads
4
Readme
honeycomb-apollo
This is an extension for the Apollo GraphQL server that automatically traces and annotates all of your resolvers.
Getting started
This assumes you already have configured Honeycomb in your application.
Install:
npm i honeycomb-apollo
Import:
import { honeycombTracingPlugin } from'honeycomb-apollo';
Add as a plugin:
const server = new ApolloServer({
plugins: [
honeycombTracingPlugin(),
],
And you're good to go!
Thanks to
- Ally Weir
- Marco Rogers
- Everyone in the Pollinators Slack