hey everyone! i am trying to get schema.json file ...
# prisma-whats-new
j
hey everyone! i am trying to get schema.json file for my ios client but i forgot the cmd command can anyone help me?
a
You mean the
prisma.graphql
which will be generated based on your schema?
m
I think this might me what your looking for:
apollo-codegen download-schema <http://localhost:8080/graphql> --output schema.json
, just replace the url with your endpoint url