Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • UpdateWishlistEntryProps

Index

Properties

error?: ApolloError

Any errors returned from the mutation

loading: boolean

A boolean that indicates whether your mutation is in flight.

The UpdateWishlistEntryResponse returned from your mutation. Defaults to undefined.

A function to trigger the updateWishlistEntry mutation from your UI. You can pass UpdateWishlistEntryParams as parameters. The function returns a promise that fulfills with UpdateWishlistEntryResponse.

Generated using TypeDoc