Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

GraphQL with Blazor #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions blazor-wasm-graphql.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## GraphQL with Blazor

Blazor WASM is a C# Single Page Application (SPA) alternative to the numerous JavaScript frameworks; but, what about an alternative to the popular Apollo Client for GraphQL?
This is where Strawberry Shake comes to the rescue, in this demo we'll be utilizing the Strawberry Shake CLI to generate a GraphQL Client from nothing but the schema and our queries, then integrating that with Blazor to interact with an API.
We'll be specifically interating with a few GraphQL queries, a mutation, as well as a subscription for real-time events.

[Strawberry Shake by ChilliCream](https://chillicream.com/docs/strawberryshake/v13)