Archive

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

Passing variables to Strawberry Shake Components in Blazor
How to pass an integer variable to a Strawberry Shake Component in 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.