compeller icon indicating copy to clipboard operation
compeller copied to clipboard

feat: cli - export command to dump JSON/YAML representation of schema

Open simonireilly opened this issue 4 years ago • 0 comments

Since we have a runtime write file, we need to improve that.

Ideally we would have a default export from the compeller file (do we want that, I hate default imports :shrug:

Well, we want to be able to run:

yarn compeller export [file-path]

This will export the API to a JSON object.

simonireilly avatar Jan 31 '22 21:01 simonireilly