hey all ! , I'm just messing with graphcool/ember-apollo , and i have a very simple layout, but when i add another field to my model and of course add it to the pipeline , (create/retrieve) i get an error which states that my new field can't be found. Happy to provide any detail , I'm just new to this so i don't know what i should give you beforehand
m
mrboutte
05/02/2018, 1:33 PM
even with nodemon, I've noticed that I need to restart the server for it pick up on newly added fields and mutations
m
Mpdev
05/02/2018, 1:34 PM
hmm , i restarted multiple times , cause i suspected that too but nothing
Mpdev
05/02/2018, 1:35 PM
i came here cause i thought there were some kind of import for the changes to be updated
Mpdev
05/02/2018, 1:35 PM
but maybe it's something else!
Mpdev
05/02/2018, 1:37 PM
seems like
graphcool push
can do something
Mpdev
05/02/2018, 1:44 PM
cool , it now works! i suppose you thought i was using the web interface to add the new field , but i just saw it! , Still trying to wrap my head around how this works ! it's much clearer now after reading about the BaaS / Firebase similarity! thanks for trying to help! this is a great project!