Skip to content

v3.2.0

Choose a tag to compare

@exogen exogen released this 04 Nov 20:23
· 56 commits to master since this release

Added

  • New renderSchema option, headingLevel(CLI: --heading-level), which specifies the initial level of Markdown headings in the generated output.
  • New renderSchema option, skipTitle (CLI: --no-title), to skip printing a document title.
  • New function, updateSchema, which updates an existing Markdown document in-place. It looks for <!-- START graphql-markdown --> and <!-- END graphql-markdown --> comment markers and injects the rendered schema between them, so you can print the schema to just one section of the document.
  • New CLI option, --update-file, which will trigger updateSchema instead of renderSchema.

Changed

  • Bumped dependencies.