docs: change useRemoteQueryStep to useQueryGraphStep (#10051)

* docs: change useRemoteQueryStep to useQueryGraphStep

* fix lint errors
This commit is contained in:
Shahed Nasser
2024-11-13 11:00:55 +02:00
committed by GitHub
parent 823552ecd9
commit 868b1c190f
17 changed files with 241 additions and 266 deletions
@@ -145,7 +145,7 @@ const myWorkflow = createWorkflow(
function (input: WorkflowInput) {
const message = transform(
{
input
input,
},
(data) => data.input.message || "hello"
)
@@ -179,7 +179,7 @@ const myWorkflow = createWorkflow(
"hello-world",
function (input) {
validateHasStr1({
input
input,
})
// workflow continues its execution only if