is the --schema option broken on graphcool@next ?...
# prisma-whats-new
m
is the --schema option broken on graphcool@next ? running
Copy code
graphcool init --schema <https://graphqlbin.com/hn-starter.graphql> --name Hackernews
returns
Copy code
Unexpected argument <https://graphqlbin.com/hn-starter.graphql>
n
there's a new format for a service definition
run graphcool init, then replace the code in types.graphql with the example schema
m
got it , thanks
n
you're welcome! you can read more about the Framework Preview here: https://www.graph.cool/forum/t/feedback-framework-preview/949?u=nilan
m
also the confirmation msg for deleting project is backward lol, - it won’t delete if you enter ‘y’ but will if you enter ‘n’ - ( I understand that things are in beta right, so take your time and keep up the good work 😄 )