updateOrgOwner
Update Org Owner of Organization
Arguments
input
· updateOrgOwnerInput
· Parameters for updateOrgOwner Returns
updateOrgOwnerPayload
Example
mutation updateOrgOwner($input: updateOrgOwnerInput) { updateOrgOwner(input: $input) { messages success_string }}