Articles in this series
GraphQL has gained tremendous popularity in recent years for its flexibility and efficiency in handling data. In this guide, we will walk you through...
Navigating the Galaxy of GraphQL Types · GraphQL is a strongly typed language. Type System defines various data types that can be used in a GraphQL...
Let's roll up our sleeves and get our hands dirty with GraphQL schemas. Today, we're not just talking theory—we're diving into the practical side of...
In our previous article, we covered the concept of schema, where we defined two types - User and Post and established a relationship between them. In...
In the ever-evolving landscape of backend development, MongoDB stands tall as a NoSQL database solution, offering flexibility and scalability. In this...
We are familiar with several APIs and may have noticed that each API have their own authentication method like JSON Web Tokens (JWT) OAuth...