Skip to content

v3.0.0-0

Pre-release
Pre-release

Choose a tag to compare

@exogen exogen released this 17 Oct 01:09
· 63 commits to master since this release

This release is available under the next dist-tag:

  • yarn add graphql-markdown@next -D
  • npm install graphql-markdown@next -D

Changed

  • When a schema document passed to renderSchema() does not have a query type, objects, enums, scalars, or interfaces, the respective section is excluded from the output (instead of printing an empty section).

Added

  • A new diffSchema() function for obtaining only the added and updated types and fields between two schemas.
  • The programmatic Node API is now documented in the README.