Alokai

wishlist

Get wishlist.

Signature

declare function wishlist(
	context: Context,
	searchParams: CustomerWishlistsArgs,
	customQuery?: CustomQuery,
	customHeaders?: CustomHeaders
): Promise<ApolloQueryResult<Customer>>;

Parameters

NameRequiredTypeDescription
contextRequiredContext
searchParamsRequiredCustomerWishlistsArgs
customQueryOptionalCustomQuery
customHeadersOptionalCustomHeaders

Referenced Types

On this page