compeller
compeller copied to clipboard
feat: cli - export command to dump JSON/YAML representation of schema
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.