<https://github.com/graphql-boilerplates/typescrip...
# orm-help
s
https://github.com/graphql-boilerplates/typescript-graphql-server/tree/master/advanced Does anyone know why I can't get the graphql create command to work for this?
n
Hey Shawn! Thanks for sharing this. The GraphQL CLI has been handed over to The Guild a while ago and has also been changed quite a bit, so it's well possible that these GraphQL boilerplates don't work any more. Also, these boilerplates are actually not maintained any more, if you want to get started with an up-to-date GraphQL boilerplate project I recommend to pick an example in the
prisma-examples
repo, e.g. this one with Nexus and Apollo Server. Hope that helps 🙌