Strawberry Shake
Strawberry Shake generates a strongly-typed GraphQL client for BlazorSaas within the .NET ecosystem. It streamlines API interactions with type-safe queries and mutations.
Why We Use It
BlazorSaas uses Strawberry Shake to create a reliable, type-safe client for GraphQL APIs. It eliminates manual API call coding and boosts development speed. This ensures consistent communication with the Hot Chocolate server.
How We Use It
BlazorSaas employs Strawberry Shake to generate a strongly-typed client for GraphQL interactions.
Simple queries fetch data for each page, typically on the server-side rendering (SSR) side.
Mutations trigger from interactive components in limited interactive render mode use cases.
It avoids the stateful Blazor integration and generated controls, keeping most operations stateless.
How It Scales
Strawberry Shake scales by supporting larger, more complex GraphQL schemas as your API grows. It adapts to additional queries and mutations without reworking the client. This keeps pace with Hot Chocolate’s server-side evolution.
Resources
- Website: chillicream.com/docs/strawberryshake
- Documentation: chillicream.com/docs/strawberryshake
- GitHub: github.com/ChilliCream/graphql-client