removeCompanyManager
No description
removeCompanyManager(
userId: Int!
companyId: Int!
): String!
Arguments
removeCompanyManager.userId
● Int!
non-null scalar
The account manager to be removed
removeCompanyManager.companyId
● Int!
non-null scalar
The company for which the account manager is to be removed
Type
String
scalar
The
String
scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.