(rawDescription)
| 58 | } |
| 59 | |
| 60 | async function getDescription(rawDescription) { |
| 61 | rawDescription = rawDescription.replace(singleQuotesInsteadOfBackticks, '`$1`') |
| 62 | |
| 63 | return renderContent(addPeriod(rawDescription)) |
| 64 | } |
| 65 | |
| 66 | function getFullLink(baseType, id) { |
| 67 | return `/graphql/reference/${baseType}#${id}` |
no test coverage detected