Skip to content

Commit

Permalink
Added Strawberry Shake runtime type change to migration guide (#8010)
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-84 authored Feb 12, 2025
1 parent 01f3016 commit a99ab4e
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Migrate Strawberry Shake from 14 to 15
---

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

# 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.

## Runtime type changes

The runtime type for the `Date` scalar is now `DateOnly` instead of `DateTime`.

0 comments on commit a99ab4e

Please sign in to comment.