saveCreditCheckOutcome
Save the outcome of a credit check.
Arguments
The credit check outcome to validate and persist.
Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation SaveCreditCheckOutcome($input: SaveCreditCheckOutcomeInput!) {
saveCreditCheckOutcome(input: $input) {
checkId
}
}
Variables
{
"input": SaveCreditCheckOutcomeInput
}
Response
{
"data": {
"saveCreditCheckOutcome": {
"checkId": "3e2434e3-7af0-47bc-88d6-af57da711448"
}
}
}