GRAPHQL PUBSUB 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


Fragments in GraphQL with React Apollo Client

In this video, we'll explore how to use fragments in GraphQL to write more efficient and maintainable queries. Whether you're working in GraphQL Playground or a React Apollo Client project, we've got you covered.⭐️ Contents:0:00 - How GraphQL Fragments Work0:36 - Using Fragments in GraphQL Playground1:16 - Using Fragments in React Apollo Client

read more