You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,6 +36,8 @@ The pipeline class acts as a context, allowing you to store intermediate values
36
36
37
37
Each step is a method decorated with `@pipeline.step`. It receives the result of the previous command handler and returns the next command to dispatch.
38
38
39
+
You can also use `@pipeline.query_step` to dispatch queries instead of commands.
40
+
39
41
The last step is optional. If defined, it must return `None`.
0 commit comments