stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CompanyCreatePayload

AdminTypes.CompanyCreatePayload interface

Return type for companyCreate mutation.

Signature:

export interface CompanyCreatePayload 

Properties

Property Modifiers Type Description
company?   Maybe<Company> (Optional) The created company.
userErrors   Array<BusinessCustomerUserError> The list of errors that occurred from executing the mutation.