mercurius-typescript icon indicating copy to clipboard operation
mercurius-typescript copied to clipboard

TypeScript usage examples and "mercurius-codegen" for Mercurius

mercurius-typescript

Examples

All the examples are available in the examples folder

Libraries

  • Mercurius Codegen - Integration with GraphQL Code Generator to get automatic type-safety and autocompletion.

Contributing

This project uses pnpm workspaces

But the examples are just basic Node.js packages, but for development and to test them yourself, you will need to install it and then execute

pnpm i

To install all the required dependencies

And then execute:

pnpm test

To tests all the projects