Join Slack
Powered by
Hi all, im building a public boilerplate for prism...
# orm-help
m
Moritz
08/13/2018, 8:12 AM
Hi all, im building a public boilerplate for prisma and am wondering: Can I run the prisma codegen without actually deploying my prisma database?
graphql codegen
complains when I dont specify an endpoint?
Copy code
✖ Invalid URL: __PRISMA_ENDPOINT__
Moritz
08/13/2018, 8:33 AM
I figured out that its enough to set the endpoint without actually deploying to it. Is this intedent behavior? Seems a little off to me
j
jaga_santagostino
08/13/2018, 9:56 AM
It can be a local url as far as i know, if you run prisma locally
m
Moritz
08/13/2018, 10:05 AM
But is it really necessary? When I just put an url of a public workspace with nothing deployed to it, the generator runs fine...
n
nilan
08/13/2018, 12:59 PM
Looks like that is unnecessary and should be changed. Can you describe the situation here, so we can look into this:
https://github.com/graphql-cli/graphql-cli
? 🙂
Open in Slack
Previous
Next