(variableName)
| 544 | } |
| 545 | |
| 546 | function toJSON (variableName) { |
| 547 | return `(${variableName} && typeof ${variableName}.toJSON === 'function') |
| 548 | ? ${variableName}.toJSON() |
| 549 | : ${variableName} |
| 550 | ` |
| 551 | } |
| 552 | |
| 553 | function buildObject (context, location, input) { |
| 554 | const schema = location.schema |
no outgoing calls
no test coverage detected
searching dependent graphs…