nitrogql logonitrogql

Blog

nitrogql 1.3 release: GraphQL Scalars support

In nitrogql 1.3, we added support for integrating with GraphQL Scalars. With a new built-in plugin, you can use GraphQL Scalars without manually defining custom scalar types.

October 8, 2023 Read more

nitrogql 1.2 release: TypeScript support for config file, and more

In nitrogql 1.2, we added support for using TypeScript for the configuration file. Also, schema files can be in TypeScript.

September 30, 2023 Read more

nitrogql 1.1 release: hello type-safe resolvers!

In nitrogql 1.1, we added support for generating type definitions for resolvers. This means that you can now get type safety on both the client-side and the server-side.

September 16, 2023 Read more

nitrogql 1.0 release

Today, we are happy to announce the first stable release of nitrogql! nitrogql is a toolchain for using GraphQL from TypeScript projects. In this post, we will go over the main features of nitrogql and how to get started with it.

September 3, 2023 Read more