honeycomb-apollo
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

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

Dependencies (5)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i honeycomb-apollo

    Weekly Downloads

    1

    Version

    0.2.1

    License

    MIT

    Unpacked Size

    19.9 kB

    Total Files

    6

    Last publish

    Collaborators

    • somekittens