GraphQL

Setting Up A Multi-Tenant Application With Firebase, GraphQL, and Angular

In this post, I will show you, how to set up a multi-tenant application with Firebase, GraphQL, and Angular. This is a common scenario for SaaS applications, as multiple tenants should be able to have their data separated from other tenants’ data and that data should be kept safe as well using proper authorization checks. …

Setting Up A Multi-Tenant Application With Firebase, GraphQL, and Angular Read More »

How to structure Graphql, Typescript and Express app for scalability

In this post I will share a great structure for structuring your Graphql application, using Typescript and Express. The structure consists of these folders/layers (from outer to inner): IOC: Inversion of control provides testability and control over the dependencies in the system. For this, I use “Inversify” Schema: The definition of the GraphQL schemas defined …

How to structure Graphql, Typescript and Express app for scalability Read More »