accountCreditReasons
Available reasons for use in account credit mutations.
Returns
[CreditReasonType]Possible Errors
Allowed Viewers
Required Permissions
Can add credits to accountsQuery Complexity
1Examples
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 AccountCreditReasons {
accountCreditReasons {
code
display
group
isDeprecated
isHidden
isTaxExempt
}
}
Response
{
"data": {
"accountCreditReasons": [
{
"code": "itself-heavy-family-staff-kid",
"display": "recognize-play-million-argue-pull",
"group": "through-common-poor-maintain-game",
"isDeprecated": true,
"isHidden": true,
"isTaxExempt": true
}
]
}
}