@stefanoruth/graphql-codegen-graphql-hooks
v1.4.1
Published
![npm](https://img.shields.io/npm/v/@stefanoruth/graphql-codegen-graphql-hooks)
Downloads
1,420
Readme
GraphQL Codegen - GraphQL Hooks
Install
yarn add @stefanoruth/graphql-codegen-graphql-hooks
or
npm install @stefanoruth/graphql-codegen-graphql-hooks
Quick Start
Add the plugin to youre codegen.yml config
schema: 'my-schema.graphql'
generates:
output.ts:
plugins:
- 'typescript'
- 'typescript-operations'
- '@stefanoruth/graphql-codegen-graphql-hooks'