question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

StrawberryShake.Tools 13 does not update the schema.

See original GitHub issue

Is there an existing issue for this?

  • I have searched the existing issues

Product

Strawberry Shake

Describe the bug

StrawberryShake.Tools 13 does not update the schema.

Please find attached a project created with the following commands recommended here: https://chillicream.com/blog/2023/02/08/new-in-hot-chocolate-13#strawberry-shake

Source code: SSv13.zip

dotnet new tool-manifest
dotnet tool install StrawberryShake.Tools

dotnet new classlib
dotnet add package StrawberryShake.Blazor

dotnet graphql init https://api.nexar.com/graphql -n NexarClient

Steps to reproduce

  1. Manually edit schema.graphql, for example change a description or remove a field, type, etc.
  2. Update the schema by dotnet graphql update

Expected result

The schema is updated, i.e. manual modifications above are gone.

Actual result

The schema is not updated/changed.

Relevant log output

> dotnet graphql update
Download schema started.
Download schema completed in 1931 ms

Version

13.0.2

Issue Analytics

  • State:closed
  • Created 7 months ago
  • Reactions:5
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

5reactions
F4r4m4rzcommented, Feb 23, 2023

Same issue here. Is there any estimated time to fix the issue?

0reactions
nightromancommented, Jun 2, 2023

It looks fixed in 13.2

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tooling - Strawberry Shake - ChilliCream GraphQL Platform
StrawberryShake comes with some tools that integrate into the dotnet CLI and help to setup a project or update the schema of a...
Read more >
No client is generated with StrawberryShake
First, your screenshot shows no query created. You need first to create a query file, like for example AddMovieData.graphql.
Read more >
Strawberry Shake GraphQL Client–Update client after ...
I blogged about the Strawberry Shake Graphql Client before and today it is my go to tool in .NET when consuming GraphQL API's....
Read more >
Incorrectly reported errors when using Strawberry Shake library
When using the Strawberry Shake GraphQL library from ChilliCream, Rider will mark auto-generated types with red squiggly lines because it finds them in...
Read more >
GRAPHQL CLIENT IN .NET w/ STRAWBERRY SHAKE #1
With the right tools (such as Strawberry Shake) and knowledge, ... 1:57 - Strawberry Shake Tools Setup 2:45 - Generating the GraphQL Schema...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found