-
# Strawberry Shake reports an issue in the wrong source file
StrawberryShake 11.1.0-preview.89
Please find attached the sample project.
Change to it directory and run:
dotnet build
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
In the documentation of the caching mechanism, there is GetSession which isn't implemented in…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Strawberry Shake
### Describe the bug
In the [Authentication section](https://chillicream.com/docs/s…
-
### Describe the bug
If you have a DTO (maybe record) with a non nullable property `ICollection MyValues` than the generated schema.graphql looks great:
`input MyDtoInput {
myValues: [UUID!]!
…
-
### Product
Strawberry Shake
### Is your feature request related to a problem?
I'm using `Microsoft.AspNetCore.Mvc.Testing` to perform integration testing against my HC GraphQL, and I get an http h…
-
### Version Information
Hasura v2.15.2
### Environment
Hasura: Azure (container)
Client: C# WASM website that calls Hasura from a GraphQL client (StrawberryShake).
### What is the current beh…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Strawberry Shake
### Describe the bug
When creating a client, based on a schema with union…
-
### Product
Strawberry Shake
### Is your feature request related to a problem?
See PR https://github.com/ChilliCream/graphql-platform/pull/6395 for reference.
### The solution you'd like
Include …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
im currently using strawberry shake to generate a http client to communicate with a gra…
-
### Product
Strawberry Shake
### Version
13.9.14
### Link to minimal reproduction
none
### Steps to reproduce
Enums that start with an underscore seems to be problematic. For example,
```
pu…