Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RemoveCartProps

Index

Properties

error?: ApolloError

Any errors returned from the mutation

loading: boolean

A boolean that indicates whether your mutation is in flight.

removeCart: MutationType<RemoveCartParams, RemoveCart_removeCart>

A function to trigger the removeCart mutation from your UI. You can pass RemoveCartParams as parameters. The function returns a promise that fulfills with RemoveCartResponse.

The RemoveCartResponse returned from your mutation. Defaults to undefined.

Generated using TypeDoc