Strawberry Shake
Strawberry Shake is an open-source GraphQL client for .NET. It generates strongly typed C# client code from your GraphQL operations and provides reactive APIs for working with local and remote data. It works with spec-compliant servers including Hot Chocolate, Apollo Server, and GraphQL Java.
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.
Follow the getting-started guide to configure a client and run your first operation.
Edit this page on GitHub