graphql-markdown
Advanced tools
Comparing version 7.0.0 to 7.0.1
{ | ||
"name": "graphql-markdown", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Generate documentation for your GraphQL schema in Markdown", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -23,2 +23,11 @@ <div align="center"> | ||
## Support | ||
Did this project bring you joy? Want to support updates? Check out | ||
[my GitHub Sponsors page](https://github.com/sponsors/exogen). | ||
Alternatively… | ||
<a href="https://www.buymeacoffee.com/mosswood" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;"></a> | ||
## Usage | ||
@@ -25,0 +34,0 @@ |
@@ -253,4 +253,6 @@ 'use strict' | ||
printer('<thead>') | ||
printer('<tr>') | ||
printer('<th align="left">Value</th>') | ||
printer('<th align="left">Description</th>') | ||
printer('</tr>') | ||
printer('</thead>') | ||
@@ -315,4 +317,6 @@ printer('<tbody>') | ||
printer('<thead>') | ||
printer('<tr>') | ||
printer('<th align="left">Type</th>') | ||
printer('<th align="left">Description</th>') | ||
printer('</tr>') | ||
printer('</thead>') | ||
@@ -319,0 +323,0 @@ printer('<tbody>') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
230567
696
173