1.4.1 • Published 1 year ago

@stefanoruth/graphql-codegen-graphql-hooks v1.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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'