stack

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

AdminTypes.SellingPlanGroupUpdatePayload interface

Return type for sellingPlanGroupUpdate mutation.

Signature:

export interface SellingPlanGroupUpdatePayload 

Properties

Property Modifiers Type Description
deletedSellingPlanIds?   Maybe<Array<Scalars[‘ID’][‘output’]>> (Optional) The IDs of the deleted Subscription Plans.
sellingPlanGroup?   Maybe<SellingPlanGroup> (Optional) The updated Selling Plan Group.
userErrors   Array<SellingPlanGroupUserError> The list of errors that occurred from executing the mutation.