© 2023 Hashnode
#graphql
Find the complete code for this article on Github In part 1 we created a GraphQL directive @proposedNonNullable to provide a safe way of converting all our nullable GraphQL fields to non-nullable. In …
Hi everyone ;). As a reminder, I'm doing this Tweeter challenge Github repository ( Backend ) Github repository ( Frontend ) Db diagram Backend Having had much less time to work on this challenge, I …
Hi everyone ;). As a reminder, I'm doing this Tweeter challenge Github repository ( Backend ) Github repository ( Frontend ) Db diagram Let's take a look at the "real" Twitter timeline For the moment,…
Introduction: GraphQL has rapidly gained popularity as a flexible and efficient query language for APIs. With its intuitive syntax and powerful features, it has become a go-to choice for many develope…
In the vast landscape of API technologies, one name has been making waves and transforming the way we approach web development: GraphQL. With its innovative approach and powerful capabilities, GraphQL…
Introduction REST API and GraphQL are two popular ways to build APIs. REST API is a more traditional approach, while GraphQL is a newer, more flexible option. In this blog post, we will compare and co…
Once you have created your first schema and your GraphQL server is up and running, it makes sense to implement precautions to prevent it from being compromised by bad actors. In the context of Hashnod…
Since I joined at PERSUIT in 2022, we’ve embarked on many projects to modernise our codebase. One of our big ones is increasing our adoption of TypeScript. We wanted to generate TypeScript types for o…
API development plays a crucial role in modern software engineering, enabling seamless communication and integration between different software systems and applications. With the growing complexity of…
Introduction When it comes to building APIs, developers have traditionally relied on REST (Representational State Transfer) as the standard approach. However, in recent years, GraphQL has gained popul…