GRAPHQL AUTHENTICATION WITH NODE.JS, APOLLO SERVER, PRISMA, AND SQLITE


GraphQL PubSub with Node.js, Apollo Server, Prisma, and SQLite

In this tutorial, we'll dive into adding PubSub functionality to your GraphQL Apollo Server to enable real-time updates. You’ll learn how to implement a publish and subscribe mechanism for new link creation and explore additional features like voting.What You’ll Learn:Integrate PubSub with your GraphQL Apollo ServerPublish and subscribe to real

read more



Master Unit & E2E Testing: React, Apollo Client, and GraphQL

In this tutorial, we cover essential testing techniques for modern web applications, focusing on:Unit Testing with Apollo Client: Learn how to test GraphQL queries and mutations in your React application using Apollo Client.InMemory Cache Testing: Ensure your Apollo Client cache is functioning correctly.End-to-End (E2E) Testing for GraphQL Servers:

read more