question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Prisma CLI merges `graphql` and `graphql-auth` examples when "GraphQL Boilerplate" is selected in `prisma2 init`

See original GitHub issue

It 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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
divyenduzcommented, Aug 29, 2019

This is fixed in prisma2@2.0.0-alpha.150, please re-open a new issue if the problem persists for you.

1reaction
nikolasburkcommented, Aug 5, 2019

is it also possible to add the selection for the other GraphQL examples in cli init process?

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found