UNPKG

@graphql-codegen/typescript-react-query

Version:

GraphQL Code Generator plugin for generating a ready-to-use React-Query Hooks based on GraphQL operations

45 lines 1.4 kB
{ "name": "@graphql-codegen/typescript-react-query", "version": "4.0.4-alpha-20221101110911-a036e7a25", "description": "GraphQL Code Generator plugin for generating a ready-to-use React-Query Hooks based on GraphQL operations", "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 || ^16.0.0" }, "dependencies": { "@graphql-codegen/plugin-helpers": "2.7.2-alpha-20221101110911-a036e7a25", "@graphql-codegen/visitor-plugin-common": "2.13.1-alpha-20221101110911-a036e7a25", "auto-bind": "~4.0.0", "change-case-all": "1.0.14", "tslib": "~2.4.0" }, "repository": { "type": "git", "url": "https://github.com/dotansimha/graphql-code-generator.git", "directory": "packages/plugins/typescript/react-query" }, "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" } }