Does anyone know how to sync the Relay-compliant I...
# prisma-whats-new
i
Does anyone know how to sync the Relay-compliant IDL locally?
o
npm install -g graphql-cli
Then use
add-endpoint
and
get-schema
commands to retrieve your schema file
i
Ahh, cool
I had it installed but didn’t really look into what it was
Thanks!
👍 1