GraphQL

Over the last few years, an idea has emerged for syncing state between the client and server. A change in the way we interact with data that provides clear advantages over REST.

GraphQL.

With GraphQL, you can define the shape of your data in a schema, and GraphQL will let consumers of that data request precisely what they need when they need it. You will no longer need to perform multiple requests for data or send more data than is necessary.

These curated courses will teach you GraphQL from the ground up, all the way to production-ready applications.

graphqlworkshop.com by Eve Porcello

Secure GraphQL

Securing GraphQL Backends with JWTs

Sam Julien

Demystify auth while learning how to use JSON Web Tokens (JWTs) with GraphQL APIs!

246 results
found for "
*
"

Search Results

Endpoint-Based GraphQL Mocking in MSW

lesson by Artem Zakharchenko

Mock All GraphQL Operations in MSW

lesson by Artem Zakharchenko

Resolve GraphQL Requests Against a Mock Schema in MSW

lesson by Artem Zakharchenko

Mock GraphQL Errors in MSW

lesson by Artem Zakharchenko

Intercept and Mock GraphQL Mutations in MSW

lesson by Artem Zakharchenko

Intercept and Mock GraphQL Queries in MSW

lesson by Artem Zakharchenko

Introduction to Mock REST and GraphQL APIs with Mock Service Worker

lesson by Artem Zakharchenko

Mock REST and GraphQL APIs with Mock Service Worker

course by Artem Zakharchenko

Create Shop Details View that uses GraphQL to Query Fauna by Shop Id

lesson by Shadid Haque

Query Data by Property with GraphQL and Fauna in Next.js

lesson by Shadid Haque

Update the Product GraphQL Data Model and Upload Changes to Fauna

lesson by Shadid Haque

Query Data with GraphQL in Next.js from a Fauna Database

lesson by Shadid Haque

Upload a GraphQL Schema to Create a FaunaDB Database and Create a Shop

lesson by Shadid Haque

Model our Application Data with a GraphQL Schema

lesson by Shadid Haque

Full-Stack Serverless Applications with Next.js & Fauna

course by Shadid Haque

Ecommerce Product Management & Storefront with GraphCMS, Snipcart, & Next.js

course by Colby Fayock

Query the GraphCMS GraphQL API with Apollo GraphQL

lesson by Colby Fayock

Set up GraphCMS to Manage Data with a GraphQL API

lesson by Colby Fayock

Count the Items in a Collection with a Custom Data Loader

lesson by Jacob Paris

Count the Items in a Collection By Reusing a Data Loader

lesson by Jacob Paris

Fetching Many Items by Key with GraphQL DataLoaders

lesson by Jacob Paris