You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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