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
Uh oh!
There was an error while loading. Please reload this page.
In this release we introduce the
@Returnsdecorator 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.
All reactions