StrawberryShake.Tools 13 does not update the schema.
See original GitHub issueIs 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
- Manually edit
schema.graphql
, for example change a description or remove a field, type, etc. - 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:
- Created 7 months ago
- Reactions:5
- Comments:5 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Same issue here. Is there any estimated time to fix the issue?
It looks fixed in 13.2