Arguments
UUID!
required
No description provided in the schema yet.
UUID!
required
No description provided in the schema yet.
Returns
TransferObjectOwnerResponseDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Transfer ownership of an existing object to another user on the same account.
mutation {
transferObjectOwner(
objectOwnerId: UUID!
userId: UUID!
): TransferObjectOwnerResponse
}
TransferObjectOwnerResponse