UNPKG

@graphql-yoga/plugin-apollo-inline-trace

Version:

Apollo's federated tracing plugin for GraphQL Yoga.

44 lines 1.2 kB
{ "name": "@graphql-yoga/plugin-apollo-inline-trace", "version": "1.0.0-alpha-20221101184927-33ad31da", "description": "Apollo's federated tracing plugin for GraphQL Yoga.", "peerDependencies": { "graphql-yoga": "3.0.0-alpha-20221101184927-33ad31da" }, "dependencies": { "@envelop/on-resolve": "^2.0.2", "@whatwg-node/fetch": "0.5.1", "apollo-reporting-protobuf": "^3.3.2" }, "repository": { "type": "git", "url": "https://github.com/dotansimha/graphql-yoga.git", "directory": "packages/plugins/apollo-inline-trace" }, "author": "Denis Badurina <badurinadenis@gmail.com>", "license": "MIT", "main": "cjs/index.js", "module": "esm/index.js", "typings": "typings/index.d.ts", "typescript": { "definition": "typings/index.d.ts" }, "type": "module", "exports": { ".": { "require": { "types": "./typings/index.d.cts", "default": "./cjs/index.js" }, "import": { "types": "./typings/index.d.ts", "default": "./esm/index.js" }, "default": { "types": "./typings/index.d.ts", "default": "./esm/index.js" } }, "./package.json": "./package.json" } }