stack

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

AdminTypes.CompanyContactCreatePayload interface

Return type for companyContactCreate mutation.

Signature:

export interface CompanyContactCreatePayload 

Properties

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