Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SetDefaultShippingAddressProps

Index

Properties

Optional error

error: undefined | ApolloError

Any errors returned from the mutation

loading

loading: boolean

A boolean that indicates whether your mutation is in flight.

Optional result

The SetDefaultShippingAddressResponse returned from your mutation. Defaults to undefined.

setDefaultShippingAddress

A function to trigger the setCurrentCustomerDefaultShippingAddress mutation from your UI. You can pass SetDefaultShippingAddressParams as parameters. The function returns a promise that fulfills with SetDefaultShippingAddressResponse.

Generated using TypeDoc