You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.