Videos
Hoppscotch is a desktop and browser-based app you can use to make GraphQL requests. You can save requests for later with collections, use variables, browse the documentation, and more.
Videos
In this weeks episode Jamie shows how to create a GraphQL server with the new GraphQL Yoga 3 and ExpressJS. GraphQL Yoga 3 no longer comes bloated with various packages for different runtimes. Instead Yoga now ships with all the necessary functions to generate a schema, server, plugins, and leaves it to you to handle how to serve it.
The recordings for the talks given at GraphQL Conf in Austin are now available. If you missed a talk or want to revisit one, go ahead.
Videos
In this video series from Hasura, they guide you through all the required steps to create a food ordering application with Hasura Cloud, Vercel, and Next.js. You'll make use of the newly available Vercel and GitHub integrations and look into various topics, including code generators, fragments, subscriptions as well as authentication, and lots more.
In this week's episode of graphql.wtf Jamie Barton explores the new Next.js 13 release and specifically how to fetch data from a GraphQL backend using Next.js 13 server components.
Videos
Rate-limiting is a topic that comes up regularly in conversations with GraphQL teams. In this week's episode of graphql.wtf Jamie Barton explores how to implement user-based rate limits with GraphQL Yoga and Envelop.
Videos
Learn how to consume types with the GraphQL Request library, and generate types using GraphQL Code Generator for GraphQL operations.
Videos
Learn how to create Apollo Client middleware for updating request headers sent to your API using React context.
Videos
Learn how to build a custom @rest directive with GraphQL Tools to resolve data from a JSON API.
Videos
Learn to build a GraphQL schema with Pothos using the "code-first" approach. Pothos is a plugin-based GraphQL schema builder for TypeScript. Pothos comes with a huge collection of plugins, but there's nothing needed to get started to benefit from type-safety than Pothos itself.
Videos
Learn how to use the new plugin ecosystem with GraphiQL to install GraphQL Explorer. Execute GraphQL operations with a click!
Videos
Learn how to use SWR with GraphQL to query and mutate data. Also, use the internal mutate method provided by SWR to update specific SWR values.
Videos
Learn how to perform GraphQL operations, variables, headers, view documentation, merge fragments, and more with GraphiQL 2.
Videos
In this week's episode of graphql.wtf, Jamie shows us how to use Redis with GraphQL Yoga for managing the GraphQL Subscriptions PubSub bus.
Videos
This week's graphql.wtf episode shows you how to secure your API with GraphQL Armor, a customizable security middleware built for almost any JavaScript-based GraphQL engine.
Videos
Explore working with live in-memory GraphQL queries using Yoga, Envelop, and a custom execute function.
Videos
Lauring recently explored how GraphQL and its use-cases evolved and how tooling and features like federation can help with implementation.
In the latest episode of graphql.wtf Jamie explores the Apollo DevTools to look into how data is normalized and stored in the client cache.
Videos
GraphQL is a great way to make your APIs accessible, but you must be prepared for maintenance and performance issues. By using OpenTelemetry and Elastic Observability, you can track the performance of your GraphQL APIs so that you can address any problems before they become big problems.
GraphQL Subscriptions let you know when data changes, and GraphQL Yoga can help with using Server Sent Events to send the data changes to your app.