Skip to main content

testIntegrationFlow Mutation

Initiates execution of an IntegrationFlow for the purposes of testing.

Access is not permitted.

Input fields (TestIntegrationFlowInput!)

ArgumentTypeDescription
payloadStringThe payload to send with the POST request that triggers the Integration Flow Test Instance.
contentTypeStringThe content type of the payload to send with the POST request that triggers the Integration Flow Test Instance.
headersStringThe headers to send with the POST request that triggers the Integration Flow Test Instance.
idIDThe ID of the IntegrationFlow to mutate.
clientMutationIdStringA unique identifier for the client performing the mutation.

Return fields (TestIntegrationFlowPayload)

clientMutationId (String)
errors ([ErrorType!]!)
testIntegrationFlowResult (TestIntegrationFlowResult)