Open Collective
Open Collective
Loading

TypeGraphQL

Modern framework for GraphQL API in Node.js. Create GraphQL schema and resolvers with TypeScript, using classes and decorators!

Today's Balance
$2,463.91
Estimated Annual Budget
$6,818
Release 2.x
$20,000

Contribute


Become a financial contributor.

Financial Contributions

Recurring contribution
Gold Sponsors 🏆

LIMITED: 3 LEFT OUT OF 3

Become a gold sponsor and get a premium technical support from our core contributors. Also your logo in large size will be placed on our Readme on ... Read more

Starts at
$300 USD / month

Latest activity by


Recurring contribution
Silver Sponsors 🥈

LIMITED: 3 LEFT OUT OF 3

Become a Silver Sponsor and get your logo in middle size on our Readme on GitHub, as well as on the landing page of the official documentation site... Read more

Starts at
$100 USD / month

Latest activity by


Recurring contribution
Bronze Sponsors 🥉

LIMITED: 2 LEFT OUT OF 10

Become a Bronze Sponsor and get your logo in small size on our Readme on GitHub, as well as on the landing page of the official documentation site,... Read more

Starts at
$50 USD / month

Latest activity by


+ 19
Recurring contribution
Members 💪

If you love TypeGraphQL you can donate and support us to continue our activities.

Starts at
$15 USD / month

Latest activity by


+ 7
Custom contribution
Donation
Make a custom one-time or recurring contribution.

Latest activity by


+ 88

Top financial contributors

Organizations

1
ECAD Labs Inc.

$8,700 USD since Aug 2020

2
BlueReceipt

$6,000 USD since May 2020

3
Live Graphic Systems

$3,800 USD since Sep 2019

4
GitHub Sponsors

$3,461.19 USD since Oct 2020

5
LifeX

$2,810 USD since Mar 2020

6
Lovd

$2,400 USD since Jun 2021

7
SWISSMENTOR AG

$1,600 USD since Jun 2020

9
Mr Yum

$1,050 USD since Feb 2020

10
VPS Server

$800 USD since Dec 2022

Individuals

1
Richard Ranke

$1,000 USD since Sep 2019

2
Bojan Joveski

$860 USD since Oct 2020

3
Demid Nikitin

$550 USD since Apr 2019

4
Flatirons Development

$550 USD since Mar 2022

5
Dan Caddigan

$345 USD since Jul 2019

6
Incognito

$304 USD since Sep 2021

7
Tianzhen Lin

$280 USD since May 2019

8
Sorin G

$210 USD since Aug 2019

9
Incognito

$160 USD since Dec 2022

TypeGraphQL is all of us

Our contributors 93

Thank you for supporting TypeGraphQL.

Michał Lytek

Admin
Thank you very much for all contributions! <3

ECAD Labs Inc.

Gold Sponsors 🏆

$8,700 USD

BlueReceipt

Gold Sponsors 🏆

$6,000 USD

Happy to be apart of the journey!

Live Graphic ...

Members 💪

$3,800 USD

GitHub Sponsors

$3,461 USD

LifeX

Bronze Sponsors 🥉

$2,810 USD

Lovd

Silver Sponsors 🥈

$2,400 USD

SWISSMENTOR AG

Members 💪

$1,600 USD

Thanks for your great work! Francois

manufacturing...

Bronze Sponsors 🥉

$1,150 USD

Mr Yum

Silver Sponsors 🥈

$1,050 USD

This is an amazing library and Michal the creat...

Richard Ranke

Members 💪

$1,000 USD

Bojan Joveski

Members 💪

$860 USD

Budget


Transparent and open finances.

Contribution #731068
Contribution #721381
Contribution #718403
$
Today’s balance

$2,463.91 USD

Total raised

$35,151.03 USD

Total disbursed

$32,687.12 USD

Estimated annual budget

$6,817.71 USD

Connect


Let’s get the ball rolling!

News from TypeGraphQL

Updates on our activities and progress.

TypeGraphQL 1.0

TypeGraphQL 1.0 has been released! 🚀It was amazing 2 years spent on filling the gap between TypeScript and GraphQL. Now it's the time for the first stable release. All of this wouldn't be possible without the amazing support from the commun...
Read more
Published on August 20, 2020 by Michał Lytek

Towards release 1.0

The first Release Candidate version of major 1.0.0 was recently released 🎉https://www.npmjs.com/package/type-graphql/v/1.0.0-rc.1It is also distributed...
Read more
Published on May 8, 2020 by Michał Lytek

TypeGraphQL & Prisma Framework integration preview

Last week the preview of the upcoming TypeGraphQL & Prisma Framework integration has been released on NPM! 🎉It allows to generate TypeGraphQL classes and resolvers based on your `schema.prisma` file. Check out this feature - more inf...
Read more
Published on December 1, 2019 by Michał Lytek

About


We all know that GraphQL is so great and solves many problems that we have with REST API, like overfetching and underfetching. But developing a GraphQL API in Node.js with TypeScript is sometimes a bit of pain.

The biggest problem is the types definition redundancy in our codebase, which makes it difficult to keep things in sync. To add a new field to our entity, we have to jump through all the files - modify an entity class, the schema, and regenerate the schema types. It's easy to forget to update one piece or make a mistake with a single type.

TypeGraphQL comes to address this issues, based on experience from a few years of developing GraphQL APIs in TypeScript. The main idea is to have only one source of truth by defining the schema using classes and a bit of decorators help. Additional features like dependency injection, validation or auth guards helps with common tasks that normally we would have to handle by ourselves.

Overview

🍷 GraphQL

Define your whole schema, including types, interfaces, enums, unions and subscriptions

💙 TypeScript

Create the schema, types and resolvers only with TypeScript, using classes and decorators!

🔨 Advanced features

Use features like automatic validation, authorization guards, middlewares, dependency injection and plenty more…

Our team

Michał Lytek

Admin
Thank you very much for all contributions! <3