Command handlers that return values #919
Closed
NickSeagull
started this conversation in
Meta
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In this release we introduce the
@Returns
decorator that allows you to define the return type of a command handler.This value will be returned to the client through GraphQL, instead of just returning
true
(that's left for the case ofvoid
).As an example:
Learn more in the Booster documentation
This discussion was created from the release Command handlers that return values.
Beta Was this translation helpful? Give feedback.
All reactions