Questions tagged [prisma-binding]
18 questions
0
votes
1 answer
Prisma deploy - authentication error for local deployment
I am trying to run prisma deploy using a local prisma server running on port 4466 but when I run prisma deploy I get this message
Authenticating...
Opening https://app.prisma.io/cli-auth?secret=$2a$08$u3VSbu6GSxSV8l86BFs24O in the browser
Could not…

jeril
- 1,109
- 2
- 17
- 35
0
votes
1 answer
Cannot Return null or non-nullable field User.Role not able to retrive relation data from prisma mutation
I am trying play arroud APOLO SERVER, GRAPHQL PRISMA and struct at very basic thing .. I am not able to return relation data from simple query ..
WHen i try to add user along with role id .. i am not able to get role information back
WHat i am…

Freelancer Pan
- 13
- 5
-1
votes
1 answer
Why does prisma give an internal error while creating new record?
I am trying to create a new record, although in my response I receive the following error:
{
"data": null,
"errors": [
{
"message": "Whoops. Looks like an internal server error. Search your server logs for request ID:…

Haroon Rasheed
- 1
- 1