Heroku doesn't update graphql schema once redeployed

69 Views Asked by At

I am new to Heroku, MongoDb, Graphql and the development. I created an app, deployed it to Heroku, everything was working just fine until I changed my schema (added 3 new fields). I used git push heroku main, heroku restart, and nothing seem to happen. When I go to localhost everything is updated and works just fine, meaning I can create users using new schema. Please advise.

0

There are 0 best solutions below