Prisma CLI merges `graphql` and `graphql-auth` examples when "GraphQL Boilerplate" is selected in `prisma2 init`
See original GitHub issueIt should download only the graphql
example but seems to weirdly mix it with graphql-auth
, e.g. the index.ts
file has the contents from graphql
but there are lots of files/folders from graphql-auth
.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Building GraphQL servers with Prisma
This page gives explains how to build GraphQL servers with Prisma. It shows how Prisma fits into the GraphQL ecosystem and provides practical...
Read more >Prisma 2.0.0-preview-9 Release - GitClear
ENOENT running prisma2 init · Init flow requires an empty directory · Prisma CLI merges graphql and graphql-auth examples when "GraphQL Boilerplate" is...
Read more >prisma - npm
It is used to build GraphQL, REST, gRPC APIs and more. ... prisma init hello-world ... Select the database type: MySQL or PostgreSQL ......
Read more >How To Build a GraphQL API with Prisma and Deploy to ...
In this tutorial, you'll build a GraphQL API for a blogging application in ... and mobile apps—GraphQL isn't tied to any specific database....
Read more >GraphQL Server Boilerplate with Apollo Server, Prisma2, and ...
Of course, you can choose another database. But the reason we picked PostgreSQL as a database is that both Prisma and Nexus recommend...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is fixed in
prisma2@2.0.0-alpha.150
, please re-open a new issue if the problem persists for you.Yes, we’re actually working on
prisma2 init
this week where we’ll improve it a lot. We actually have a “spec” for the entire flow that you can see here.