Home > @vsf-enterprise/bigcommerce-api > GraphQL > UpdateWishlistInput
# GraphQL.UpdateWishlistInput type
Signature:
export declare type UpdateWishlistInput = {
entityId: Scalars['Int'];
data: WishlistUpdateDataInput;
};
Home > @vsf-enterprise/bigcommerce-api > GraphQL > UpdateWishlistInput
Signature:
export declare type UpdateWishlistInput = {
entityId: Scalars['Int'];
data: WishlistUpdateDataInput;
};
On this page