Guys, I am working with a friend on a new graphcoo...
# prisma-whats-new
c
Guys, I am working with a friend on a new graphcool project.. we managed to deploy some resolvers and mutations.. however, when I use gc pull on my machine, it doesn't retrieve the js files he created, only the graphql files.. How can I get the latest deployment via CLI ?
n
you should not use
gc pull
anymore. Instead, use tools like Github to sync your service definition changes.
c
I see, but there can be some consistency issues.. like if I deploy something and someone else deploys another version.. We can't be sure that we are changing the latest deployment..
Isn't there like a deployment id on graphcool ?