Skip to main content

CreateWishlistInput

Input for creating a wishlist

input CreateWishlistInput {
name: String
properties: [MapInput!]
}

Fields

name ● String

Name of the wishlist

properties ● [MapInput!]

Custom properties for the wishlist as key-value pairs

Example

{
"properties": [
{}
]
}