Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyContactAssignRolesPayload
Return type for companyContactAssignRoles mutation.
Signature:
export interface CompanyContactAssignRolesPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| roleAssignments? | Maybe<Array<CompanyContactRoleAssignment>> | (Optional) A list of newly created assignments of company contacts to a company location. | |
| userErrors | Array<BusinessCustomerUserError> | The list of errors that occurred from executing the mutation. |