* Description : StringValue
()
| 2447 | * Description : StringValue |
| 2448 | */ |
| 2449 | parseDescription() { |
| 2450 | if (this.peekDescription()) { |
| 2451 | return this.parseStringLiteral(); |
| 2452 | } |
| 2453 | } |
| 2454 | /** |
| 2455 | * ``` |
| 2456 | * SchemaDefinition : Description? schema Directives[Const]? { OperationTypeDefinition+ } |
no test coverage detected