Skip to content

v7.13.0

Compare
Choose a tag to compare
@nodkz nodkz released this 05 Mar 08:15
· 152 commits to master since this release

7.13.0 (2020-03-05)

Features

  • add new option omitScalars for toSDL() methods. Eg. schemaComposer.toSDL({ omitScalars: true }) will print schema SDL without Scalar types. Closes #239 (d431244)