addCompanyManager
Deprecated and will be removed in a future version
addCompanyManager(
userId: Int!
companyId: Int!
): String!
Arguments
addCompanyManager.userId ● Int! non-null scalar
The unique identifier of the user.
addCompanyManager.companyId ● Int! non-null scalar
Unique internal identifier for the company used for system operations and data relationships
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.