Hello, anyone have any idea how to go about downlo...
# prisma-whats-new
m
Hello, anyone have any idea how to go about downloading the full
schema.graphql
from the local
types.graphql
on the CLI? Optimally I would like to download a new schema for every time I run
relay-compiler
. Any ideas would be perfect! Thank You
a
m
That is what I have been doing, but the annoying thing is I have to download the file from an online endpoint. I would like to download it from my local
types.graphql
, do you know if that's possible?
a
The server generates the schema based on your
types.graphql
. The closest you can get is use the local docker, and download it from there.
m
Aaah ok thank you, I was hoping maybe I could get away with doing it all offline. Thank you tho!
👍🏻 1