Skip to content

Commit a99ab4e

Browse files
authored
Added Strawberry Shake runtime type change to migration guide (#8010)
1 parent 01f3016 commit a99ab4e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Migrate Strawberry Shake from 14 to 15
3+
---
4+
5+
This guide will walk you through the manual migration steps to update your Strawberry Shake GraphQL client to version 15.
6+
7+
# Breaking changes
8+
9+
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.
10+
11+
## Runtime type changes
12+
13+
The runtime type for the `Date` scalar is now `DateOnly` instead of `DateTime`.

0 commit comments

Comments
 (0)