OBJECT
type ScriptResultLog {id: Uuid! scriptId: Uuid! status: String! log: String script: String! createdAt: DateTime! updatedAt: DateTime! elapsedTime: Int params: String invokeCount: Int scriptHandle: String scriptName: String orgName: String orgId: Uuid }