addOwnerToCase
Use this one for manually adding owners to a client relationship
addOwnerToCase(
caseId: ID!
info: PersonInfo!
): Company
Use this one for manually adding owners to a client relationship
addOwnerToCase(
caseId: ID!
info: PersonInfo!
): Company
addOwnerToCase.caseId
● ID!
non-null scalaraddOwnerToCase.info
● PersonInfo!
non-null inputCompany
object