Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyCreatePayload
Return type for companyCreate mutation.
Signature:
export interface CompanyCreatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| company? | Maybe<Company> | (Optional) The created company. | |
| userErrors | Array<BusinessCustomerUserError> | The list of errors that occurred from executing the mutation. |