Home > @vsf-enterprise/bigcommerce-api > GraphQL > DeleteWishlistsInput
# GraphQL.DeleteWishlistsInput type
Signature:
export declare type DeleteWishlistsInput = {
entityIds: Array<Scalars['Int']>;
};
Home > @vsf-enterprise/bigcommerce-api > GraphQL > DeleteWishlistsInput
Signature:
export declare type DeleteWishlistsInput = {
entityIds: Array<Scalars['Int']>;
};
On this page