Due to a bug in AppSync comments with more than one line are displayed as <h1> in the doc explorer
AWS AppSync Comment Formating by whitespace

Details
Authorwhitespace
LicenseNo License
Categoryaws.amazon
Created
Updated
Size598 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name AWS AppSync Comment Formating
@namespace github.com/whytspace
@version 1.0.4
@description Due to a bug in AppSync comments with more than one line are displayed as <h1> in the doc explorer
@author WhytspaceWhytspace
==/UserStyle== */
@-moz-document regexp(".*\\.console\\.aws\\.amazon\\.com\\/appsync\\/.*") {
.graphiql-container .field-short-description > * {
all: unset;
display: block;
margin-top: 0.25rem;
}
.graphiql-container .field-short-description > *:first-child {
margin-top: 0;
}
}