Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RemoveWishlistProps

Index

Properties

error?: ApolloError

Any errors returned from the mutation

loading: boolean

A boolean that indicates whether your mutation is in flight.

A function to trigger the removeWishlist mutation from your UI. You can pass RemoveWishlistParams as parameters. The function returns a promise that fulfills with RemoveWishlistResponse.

The RemoveWishlistResponse returned from your mutation. Defaults to undefined.

Generated using TypeDoc