This is documentation forv13, which is no longer actively maintained.
For up-to-date documentation, see thelatest stable version.
For up-to-date documentation, see thelatest stable version.
Introduction
Strawberry Shake is an open-source GraphQL client that is compliant with the newestGraphQL draft spec, which makes Strawberry Shake compatible with all GraphQL compliant servers likeHot Chocolate,Apollo Server,GraphQL Java and various other servers out there.
Strawberry Shake removes the complexity of state management and lets you interact with local and remote data through GraphQL.
You can use Strawberry Shake to:
- Generate a C# .NET client from your GraphQL queries.
- Interact with local and remote data through GraphQL.
- Use reactive APIs to interact with your state.
Let'sget started with Strawberry Shake!
Last updated on2025-04-03 byGlen