disputeReasonCreate
Graphql fields and variables for the disputeReasonCreate mutation
mutation disputeReasonCreate ($attributes: DisputeReasonAttributes!) {
disputeReasonCreate (attributes: $attributes) {
disputeReason {
description
id
name
}
errors
}
}Arguments
{
"attributes": {
"name": "",
"description": ""
}
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
