Changelog
1.0.1-1.0.5
1.0.3
.spectaql
was in a "beta" state in all versions before 1.0.0
. If you were using a version before 1.0.0
you will want to have a look at these breaking changes that may impact you.
Some notable additions/enhancements to 1.0.0
are:
node
project, there are a few more exports now:
run
: same as the default export that will build everything if you pass it sane options.parseCliOptions
: used to parse the CLI arguments into sane arguments to be passed to run
.loadData
: basically does all the processing that SpectaQL would do with gathering and processing the data right up to the point where SpectaQL would start to generate the HTML, etc.buildSchemas
: Does a bit less than loadData
in that it will take the provided options and return an augmented Introspection Query Response as well as a GraphQL Schema instance.Changelog
1.0.14