It could be nice to expose a cli binary to allow users to run this on a CI for example, if they don't want to use github probot apps.
Example
graphql-doctor --schema app/src/schema.graphql --github-token XXX
That would return a list of all the failures pretty printed in stderr or a success message in stdout.
It could be nice to expose a cli binary to allow users to run this on a CI for example, if they don't want to use github probot apps.
Example
That would return a list of all the failures pretty printed in stderr or a success message in stdout.