Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ReOrderProps

Index

Properties

Properties

Optional cart

The ReOrderResponse returned from your mutation. It represents the cart being replaced/created Defaults to undefined.

Optional error

error: undefined | ApolloError

Any errors returned from the mutation

loading

loading: boolean

A boolean that indicates whether your mutation is in flight.

reOrder

reOrder: () => Promise<undefined | UpdateCartByOrder_updateCartByOrder>

A function to trigger the updateCartByOrder mutation from your UI. The function returns a promise that fulfills with ReOrderResponse.

Type declaration

Generated using TypeDoc