In v1.3.4-beta2 the action result types are being generated as array types even though they are configured as object relations.
Configuration:

Generated schema:

The group field of CreateGroupResult should be of type groups, which it also used to be :)
The actual data sent is correct, ie I'm receiving a single groups object, not an array.