Archive

Blazor

CORS in GraphQL: Subgraphs vs Supergraphs

Learn when CORS is necessary in federated GraphQL architectures and why your subgraphs probably don’t need it

Blazor

Passing variables to Strawberry Shake Components in Blazor

How to pass an integer variable to a Strawberry Shake Component in Blazor

Blazor

Strawberry Shake in Blazor

I´m currently working on a Blazor project fetching data with StraberryShake from a HotChocolate Fusion Gateway and I’m loving it.