Skip to content

updateAccountOwner

No description available.

Arguments

Argument Type Description
userId (required) String! Specifies the user ID.

Returns

Boolean!

Sample

mutation UpdateAccountOwner($userId: String!) {
  updateAccountOwner(userId: $userId)
}
{
  "userId": "example-string"
}
{
  "data": {
    "updateAccountOwner": true
  }
}