Skip to main content

WishlistError

No description

type WishlistError {
field: String
message: String!
code: WishlistErrorCode!
}

Fields

WishlistError.field ● String scalar

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

WishlistError.message ● String! non-null scalar

The error message.

WishlistError.code ● WishlistErrorCode! non-null enum

The error code.

Member Of

WishlistAddProduct object ● WishlistAddProductVariant object ● WishlistCreate object ● WishlistCreateForBuyer object ● WishlistDelete object ● WishlistItemUpdate object ● WishlistRemoveProduct object ● WishlistRemoveProductVariant object ● WishlistSetDefault object ● WishlistUpdate object

Was this page helpful?