Graphcool / graphcool-framework

Apache License 2.0
1.77k stars 131 forks source link

schema changes don't get picked up #481

Open freder opened 6 years ago

freder commented 6 years ago

Current behavior

in my model, changing collectionItems: [CollectionItem!]! @relation(name: "bla") to collectionItem: CollectionItem! @relation(name: "bla") does not seem to get picked up.

Reproduction

even after graphcool deploy --target dev --force, collectionItems exists, and collectionItem doesn't. version: graphcool-framework/0.11.5 (darwin-x64) node-v9.6.1

If your problem can be reproduced with a certain service definition, please create a new GitHub repository with the reproduction instructions.

Expected behavior?

model fields should get updated.