updateDocumentAccessibilityPreference
Update the document accessibility preference for the given account.
Arguments
Input fields for updating document accessibility preference for an account.
Returns
UpdateDocumentAccessibilityPreference!Update the document accessibility preference for the given account.
Possible Errors
Allowed Viewers
Query 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.
mutation UpdateDocumentAccessibilityPreference($input: UpdateDocumentAccessibilityPreferenceInput!) {
updateDocumentAccessibilityPreference(input: $input) {
account {
...AccountTypeFragment
}
}
}
Variables
{
"input": UpdateDocumentAccessibilityPreferenceInput
}
Response
{
"data": {
"updateDocumentAccessibilityPreference": {
"account": AccountType
}
}
}