v3.0.0-0
Pre-release
Pre-release
This release is available under the next dist-tag:
yarn add graphql-markdown@next -Dnpm 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.