Back to Graphql Platform

Strawberry Shake

website/content/docs/strawberryshake/index.md

16.6.2-p.3711 B
Original Source

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.