UNPKG

@graphql-yoga/plugin-disable-introspection

Version:

Disable Introspection plugin for GraphQL Yoga.

43 lines 1.14 kB
{ "name": "@graphql-yoga/plugin-disable-introspection", "version": "2.0.0-rc-20231016132816-021ff90e", "description": "Disable Introspection plugin for GraphQL Yoga.", "peerDependencies": { "graphql": "^15.2.0 || ^16.0.0", "graphql-yoga": "5.0.0-rc-20231016132816-021ff90e" }, "repository": { "type": "git", "url": "https://github.com/dotansimha/graphql-yoga.git", "directory": "packages/plugins/disable-introspection" }, "author": "Laurin Quast <laurinquast@googlemail.com>", "license": "MIT", "engines": { "node": ">=18.0.0" }, "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" } }