pipeline response resolvers

0

I have tree function in an pipelineConfiguration { "dataSourceName": null, "kind": "PIPELINE", "pipelineConfig": { "functions": [ "generateOrderCode", "updateOrderStatus", =====>>>>> i need to send the result to browser and then "sendOrderToTango". send the order to a externa url ] } }

how to return de result of updateOrderStatus to the browser

ther are a mutation fot updateOrderSatus

  • Maybe you are looking for a service such as Step Functions. The pipeline in the resolver should not fork or wait.