@graphql-toolkit/relay-operation-optimizer
Version:
Package for optimizing your GraphQL operations relay style.
33 lines • 856 B
JSON
{
"name": "@graphql-toolkit/relay-operation-optimizer",
"version": "0.10.7",
"description": "Package for optimizing your GraphQL operations relay style.",
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"dependencies": {
"@graphql-toolkit/common": "0.10.7",
"relay-compiler": "9.1.0"
},
"repository": "git@github.com:ardatan/graphql-toolkit.git",
"keywords": [
"graphql",
"codegen",
"graphql-codegen",
"plugin",
"relay"
],
"author": {
"name": "Laurin Quast",
"email": "laurinquast@googlemail.com",
"url": "https://github.com/n1ru4l"
},
"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"sideEffects": false
}