Skip to main content

Arguments

input : PauseDunningInputType! required

Input variables needed for pausing a dunning process for an account.

Returns

PauseDunning

Pause the dunning process for an account.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can update dunning process

Query Complexity

1

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.

Query

mutation PauseDunning($input: PauseDunningInputType!) { pauseDunning(input: $input) { pauseCreated } }

Variables

{ "input": PauseDunningInputType }

Response

{ "data": { "pauseDunning": { "pauseCreated": true } } }