Migrate Strawberry Shake from 13 to 14

This guide will walk you through the manual migration steps to update your Strawberry Shake GraphQL client to version 14.

Breaking changes#

Things that have been removed or had a change in behavior that may cause your code not to compile or lead to unexpected behavior at runtime if not addressed.

Persisted Queries renamed to Persisted Operations#

CLI options renamed#

Old option nameNew option name
queryOutputDirectoryoperationOutputDirectory

Directories renamed#

Old directory nameNew directory name
Generated/QueriesGenerated/Operations

Files renamed#

Old file nameNew file name
queries.jsonoperations.json

MSBuild properties renamed#

Old property nameNew property name
GraphQLPersistedQueryOutputGraphQLPersistedOperationOutput
GraphQLPersistedQueryFormatGraphQLPersistedOperationFormat
Edit this page on GitHub
Last updated on by Tobias Tengler