codegen-typescript-typeguards

1.0.0 • Public • Published

codegen-typescript-typeguards

This is a plugin for GraphQL Code Generator. It generates Typescript typeguards for all GraphQL types in the schema to simplify type-checking client-side.

It respects the typesPrefix, typesSuffix and namingConvention of the Typescript plugin.

Usage example

Add this plugin

schema: ./src/schema/*.graphql
generates:
  generated.ts:
    plugins:
      - typescript
      - codegen-typescript-typeguards

/codegen-typescript-typeguards/

    Package Sidebar

    Install

    npm i codegen-typescript-typeguards

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    19.1 kB

    Total Files

    10

    Last publish

    Collaborators

    • ghislainthau