Hi I'm using the `local` development workflow Afte...
# prisma-whats-new
r
Hi I'm using the
local
development workflow After changing my GraphQL schema, on
types.graphql
, I use
graphcool deploy
to deploy the new changes In the console output, I can confirm that the change was detected
Copy code
User
   * The type `User` is updated.
   └─ +  A new field with the name `xxx` and type `String!` is created.
But on my local console (localhost:60000) the shema is not updated.
n
could you please provide a reproducible bug report on Github? https://github.com/graphcool/graphcool/issues? 🙂