Closed leonAtRain closed 1 year ago
Hi @leonAtRain
To achieve this, you can simply add a new type to your designer, using the "Add Type" context menu option on the package.
Now using this type as your operation return type.
Hi, This worked for me, thanks for the quick response.
Ask a question
I have a grpc autogenerated type that I use in my code, called ReferenceDto, but when I specify it in the Services side, I'm not sure how I can use that class, as it does not exist anywhere until the project is built, so now everytime I run SF, this happens:
Is there an easy solution to this?