Last update:
March 19, 2024
renameWishlist mutation¶
This mutation renames a wishlist.
Arguments¶
The InputRenameWishlistType!
represents the input for renaming a wishlist.
Field | Description |
---|---|
listId String! |
The Id of the wishlist to be renamed. |
listName String |
The new name for the wishlist. |
Possible returns¶
Possible return | Description |
---|---|
WishlistType |
The details and properties of the wishlist. |