EvaluateResponse
Response returned after evaluating a script
type EvaluateResponse {
time: Float
value: String
}
Fields
EvaluateResponse.time
● Float
scalar
The time it took for the evaluate call to happen
EvaluateResponse.value
● String
scalar
The returned value of the script, if any
Returned By
evaluate
mutation