rafaelcorreiapoli
10/13/2017, 10:38 PMlocal
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
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.nilan
10/13/2017, 10:46 PM