Ok, the runtime error you are seeing is confusing. I think that is from an older version of the workflow.
For that error in Log Output, the problem is that you switched to a lower-case “output” field. It should look like:
type Output {
somevar: String!
}