Advanced Queries (Pagination, Filtering, Sorting) - GRAPHQL CLIENT IN .NET w/ STRAWBERRY SHAKE #5

preview_player
Показать описание
Learn how to execute GraphQL queries that involve pagination, filtering, and sorting in a Strawberry Shake client application.

In this video, I setup a GraphQL query in Banana Cake Pop that uses pagination, filtering, and sorting. Then, I execute the query in our StrawberryShake GraphQL client application. Finally, I setup pagination with cursors to move back and forth between pages of data.

In this series, I demonstrate how to build a GraphQL client in .NET with the Strawberry Shake NuGet package. GraphQL is a query language used for APIs that ultimately simplifies client development. Client applications only need to hit a single endpoint (usually "/graphql") in order to query the EXACT data that they need. With the right tools (such as Strawberry Shake) and knowledge, client-side GraphQL development is simple. The goal of this series is to show just how simple client-side GraphQL development can be with Strawberry Shake!

TIMESTAMPS:
0:00 - Introduction
0:12 - Demonstrating the Query
4:31 - Creating the Query Document
6:52 - Executing the Query
10:03 - Testing
10:32 - Pagination via CLI
16:59 - Summary

OTHER LINKS:
Рекомендации по теме
Комментарии
Автор

uhh, I have no idea what's happening in this video. Thought I could just jump in

bilbobaggins