Tag: strawberryshake
-
c# .net build error due to strawberry shake graphql client error – “access to the path ‘obj\berry’ is denied”
8 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 ‘objberry’ is denied". Anyone got the same error and suggestion to fix this issue? c# .net graphql strawberry-graphql strawberryshake Share…
-
c# .net build error due to strawberry shake graphql client error – “access to the path ‘obj\berry’ is denied”
8 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 ‘objberry’ is denied". Anyone got the same error and suggestion to fix this issue? c# .net graphql strawberry-graphql strawberryshake Share…
-
StrawberryShake graphql init command return Object reference not set to an instance of an object
0 I’m trying to use StrawberryShake library to build a GraphQL client app. When executing dotnet graphql init https://public-api.shiphero.com/graphql –headers Authorization="xxxxxxxxxxx" command in Visual Studio Developer PowerShell window, it downloads the schema ok, but then generates error of "Object reference not set to an instance of an object". Does anyone know what to do to…
-
Strawberry Shake error using gzip compression
0 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 run this command: dotnet graphql init https://integrate.somecloud.com/graphql -n SomeClient -p ./StrawberryShakeConsole –headers Accept-Encoding=gzip –tokenEndpoint https://integrate.somecloud.com/auth –token eyJhbGciOiJIUzI1… I receive the following error: Download schema started. Download schema completed in 557…