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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.1
    0
    • latest

Version History

Package Sidebar

Install

npm i honeycomb-apollo

Weekly Downloads

0

Version

0.2.1

License

MIT

Unpacked Size

19.9 kB

Total Files

6

Last publish

Collaborators

  • somekittens