-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Strawberry Shake
### Describe the bug
Following the get started guide (https://chillicream.com/docs/…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Using StrawberryShake.Tools, the generated client doesn't contain an InputValueFormatter for …
-
### Product
Strawberry Shake
### Is your feature request related to a problem?
Hello StrawberryShake maintainers and community,
While integrating StrawberryShake into an ASP.NET Core proje…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
I'm running a Strawberry Shake 13 in a Console application.
After updating `Strawber…
-
my Class
```
public class mVarientAtribute
{
public Guid Id { get; set; }
[Required]
public string Atribute { get; set; }
public List Values { get; set; …
-
To avoid colliding namespaces it would be nice to be able to configure it via configuration
_berry.json_
```js
{
"Schemas": [
{
"Name": "Foo",
"Type": "Local",
"Fi…
-
If StrawberryShake added `// ` in the header of the generated source, this would prevent StyleCop warnings from occurring, namely:
- warning SA1403: File may only contain a single namespace
- warn…
-
**Describe the bug**
I am trying to follow https://chillicream.com/blog/2019/11/25/strawberry-shake_2 to create a .Net Standard GraphQL client to share with my applications. My query returns a custom…
-
Quick question. After generating a StrawberryShake client from a schema with a mutation defined as:
```javascript
type Mutation {
mergeFoo(data: FooInput): Foo
}
```
A method expecting a Me…
-
I notice that instead of targeting [LTS dotnet sdk](https://dotnet.microsoft.com/download/dotnet-core) 2.1 and 3.1, it targets 2.2 and 3.0. Just curious what is the design goal of that?