diff --git a/blazor-wasm-graphql.md b/blazor-wasm-graphql.md new file mode 100644 index 0000000..e8d3232 --- /dev/null +++ b/blazor-wasm-graphql.md @@ -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)