0.4.3 • Published 1 year ago

@kitql/template v0.4.3

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

KitQL - graphql-codegen

KitQL, A set of tools, helping you building efficient apps in a fast way.

⚡How to - graphql-codegen

pnpm add -D @kitql/graphql-codegen

Typical CodeGen file (.graphqlrc.yaml)

# ...
codegen:
  generates:
    ./graphql/$kitql/graphqlTypes.ts:
      plugins:
        - typescript
        - typescript-resolvers
        - typescript-operations
        - typed-document-node

    ./graphql/$kitql/graphqlStores.ts:
      plugins:
        - '@kitql/graphql-codegen'
      config:
        importBaseTypesFrom: $graphql/$kitql/graphqlTypes # if you don't add this, you have to generate all types in the same file.
# ...
0.4.3

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.4.0-next.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago