0.1.0 • Published 2 years ago

zod-to-gql v0.1.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years ago

Zod to GraphQL converter

Current limitations:

  • many unsupported type mappings
  • query does not yet contain any parameters
  • no mutations generated
  • order of types are according to mapping provided

Install Package

yarn install zod-to-gql

Run tests

yarn install
yarn test

Usage example

Run the minimal example:

yarn run ts-node ./src/examples/minimal.ts

Run an example where the types are used in a simple Apollo server:

yarn run ts-node ./src/examples/apolloServer.ts
0.1.0

2 years ago