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.

No Answers

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions