Transcript
No description
type Transcript {
headers: [String]
rows: JSON
totals: JSON
}
No description
type Transcript {
headers: [String]
rows: JSON
totals: JSON
}
Transcript.headers
● [String]
list scalarTranscript.rows
● JSON
scalarTranscript.totals
● JSON
scalar