Why in example project I have there a button to cr...
# prisma-whats-new
v
Why in example project I have there a button to create a new function, but in my own project I don't have it? http://prntscr.com/iinrq4 Also I can't add field to the scheme like this http://prntscr.com/ijyl3d
k
Hey Vendicto. The difference comes from the fact that the example project is a legacy console project and yours is upgraded to use the graphcool cli. https://www.graph.cool/docs/reference/service-definition/legacy-console-projects-aemieb1aev/#actual-upgrade-process
This means that you have to define the schema and functions locally, and then deploy the backend to graphcool. You're unable to make those changes from the Graphcool UI.
v
Oh, thanks, it clarify all for me 👍