@stefanoruth/graphql-codegen-graphql-hooks
TypeScript icon, indicating that this package has built-in type declarations

1.4.1 • Public • Published

GraphQL Codegen - GraphQL Hooks

npm

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'

Readme

Keywords

none

Package Sidebar

Install

npm i @stefanoruth/graphql-codegen-graphql-hooks

Weekly Downloads

117

Version

1.4.1

License

MIT

Unpacked Size

4.87 kB

Total Files

4

Last publish

Collaborators

  • stefanoruth