Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
44 views

I'm using Blazor Server with Strawberry Shake 15.1.10.0 to consume a GraphQL API. Here's the flow: User logs in via a regular API call (SignInAsync(username, password)) The API returns a JWT token (...
javatunix's user avatar
0 votes
0 answers
116 views

builder.Services.Configure<PIMCoreSettings>(builder.Configuration.GetSection("PIMCoreSettings")); builder.Services.AddHttpClient( SupplierEngine.PIMCore.GraphQLClient.ServerGraphQL....
Kishan Jamariya's user avatar
0 votes
1 answer
183 views

Here i am using Cursor based pagination for graphql with .NET(Strawberryshake and Hotchocolate) and it gives me this below error. Can anyone please help me to find out the solution for how can i ...
Kishan Jamariya's user avatar
1 vote
1 answer
439 views

I am trying to add strawberry shake to a project for my first time using GraphQL in .NET and I am struggling to get the tooling to work to build the client for strawberry shake to work. The code I am ...
Qiuzman's user avatar
  • 1,843
0 votes
1 answer
268 views

I am using the startgg GraphQL schema which has an id field for some objects, and StrawberryShake tries to parse it as a String. The schema has this type Event { id: ID ... } The specification ...
John Glen's user avatar
  • 966
2 votes
1 answer
979 views

I am trying to initialize a new graphQL client in Visual Studio 2022 using the StrawberryShake.Tools command: dotnet graphql init {Endpoint} However it always fails with an error Error HTTP_ERROR: ...
Dylan Wimber's user avatar
1 vote
3 answers
751 views

I use StrawberryShake 13.9 in ASP.NET Core 8 / C# and want to consume 2 graphql API from 2 different services which I created with Chillicream's excellent HotChocolate workflow. At client side I have ...
MartiN Pfff's user avatar
1 vote
1 answer
598 views

My Blazor .NET 8 WASM app uses the StrawberryShake GraphQL client to connect to a HotChocolate GraphQL endpoint in an ASP NET Web API project. I am following the official docs but I'm having trouble ...
baouss's user avatar
  • 2,010
0 votes
1 answer
1k views

I am following the StrawberryShake documentation to create a console application to download data from a GraqhQL API. The difference in my case is that my server has a URL and one does not get access ...
disasterkid's user avatar
  • 7,328
0 votes
0 answers
101 views

Using a console application, I want to download data from a GraphQL API on my local machine. I have added the following NuGet packages to my project in Visual Studio: StrawberryShake (13.8.1) ...
disasterkid's user avatar
  • 7,328
1 vote
0 answers
80 views

I created one server with HotChocolate. Now, I want to create Winforms application, but I don't know how to implement GraphQL in winforms. Do anybody know how to use Strawberry Shake GraphQL in ...
Ibrahim's user avatar
  • 21
0 votes
0 answers
187 views

I am following the official Strawberry Shake guide: https://chillicream.com/docs/strawberryshake/v13/get-started/console Specifically Step 4: Add a GraphQL client to your project using the CLI tools I ...
Baxter's user avatar
  • 5,885
3 votes
0 answers
1k views

I have a tyical .net 7 client application with StrawberryShake v.12.20. When I compile and test the app locally, everything works fine. But when I upload it to our CI/CD pipeline (using Autobahn and ...
Luca's user avatar
  • 433
3 votes
6 answers
4k views

I have a .net 6 project which uses strawberryshake 12.18.0 grahpql client. It build in my local environment. But when it runs in Azure pipeline it fails to build the project due to below error. Error ...
Hash_Dew's user avatar
  • 503
10 votes
2 answers
3k views

Recently I updated my visual studio to the latest version of 17.5.1 and my target sdk version is NET 7.0 SDK (v7.0.102). Now I have a build error stating that "access to the path 'obj\berry' is ...
Hash_Dew's user avatar
  • 503
0 votes
1 answer
2k views

I built a HotChocolate service and a strawberry client according to the documentation on the chillcream website. Here is my client code: namespace strawberry_shake_graphql_client { internal class ...
Siraf's user avatar
  • 1,326
1 vote
1 answer
843 views

I have two asp.net applications running locally in development mode. One is running HotChocolate as the GraphQL server and working well. The second application is attempting to run StrawberryShake ...
Icode4food's user avatar
  • 8,702
1 vote
3 answers
2k views

I'm getting ambiguity issues when using the auto generated code from the StrawberryShake.CodeGeneration.CSharp.Analyzers. First time using this package so I might have done something silly. The error ...
Jeff-GPE's user avatar
2 votes
1 answer
2k views

I try to use Strawberry Shake to generate Code from Querys in my Client. I created a Demo Project and do all the Steps in the Documentation I can succesfull init it with this command dotnet graphql ...
Evi's user avatar
  • 101
5 votes
2 answers
5k views

I am using Strawberry Shake The schema seems to be generated just fine When i build i dont see any generated folder . Seems there is no client generated . I am doing something wrong here ?
Dotnetsqlcoder's user avatar
1 vote
0 answers
2k views

I am using a .NET Core 5 & Blazor together. I have also created a nice simple GraphQL API. But to start I just followed the tutorial Getting Started With Strawberry Shake and Blazor. By the way, ...
jwize's user avatar
  • 4,205
2 votes
1 answer
812 views

I got this message after creating a new .NET 5-project (in VS2019) and trying to install nuget-package StrawberryShake.Tools. This seems a bit strange, since it says both that it is and it isnt ...
Cowborg's user avatar
  • 2,957
2 votes
1 answer
1k views

I am just starting out using Strawberry Shake to generate a client for a GraphQL API. I have run through the Getting Started, but the API I am connecting to requires SSL Cert authentication. I can ...
Shevek's user avatar
  • 4,083
1 vote
1 answer
2k views

I am new to HotChocolate and GraphQL as a whole and am trying to grasp on enabling Nodes and/or Relay support for my GraphQL API. Currently using HotChocolate v12. Context I am trying to create a ...
jerbersoft's user avatar
  • 4,450