requestUpdateVisibility Mutation
Updates the visibility of a request account. Only for account administrators.
Input Argument
requestUpdateVisibility accepts a single input argument, an input type,
which contains the values it uses.
The fields inside input are:
accountID (
String)
The identifier of the request account.
clientMutationId (
String)
A unique identifier for the client performing the mutation.
id (
ID!)
The node ID of the record to update.
visible (
Boolean)
Indicates whether the request should be visible within the supplied request account.
Return Fields
clientMutationId (
String)
A unique identifier for the client performing the mutation.
errors (
[ValidationError!])
Errors encountered during the mutation.
success (
Boolean)
Record after mutation.