Currently, I cannot define a custom action where the return type is a primitive type, for example:
type Mutation {
## Define your action as a mutation here
myAction (message: String!): String
}
This will not work, as the custom type window must have a valid type for the create action button to be active.
