I need help! I just changed some of my schema fiel...
# prisma-whats-new
k
I need help! I just changed some of my schema fields from `Int`’s to `Float`s and in my GC playground i’m easily able to complete a mutation but in my app it looks like maybe my mutation is getting cached with the old
Int
type. Here’s a video explaining: http://share.streamlinedstudio.com/1o2l0Y0O3v3f
@nilan I figured it out. I just had to rename the query to something else and the new types are pulling in. 🙂