Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CreateCartProps

Index

Properties

createCart: MutationType<CreateCartParams, CreateCart_createCart>

A function to trigger the createCart mutation from your UI. You can pass CreateCartParams as parameters. The function returns a promise that fulfills with CreateCartResult.

error?: ApolloError

Any errors returned from the mutation

loading: boolean

A boolean that indicates whether your mutation is in flight.

The CreateCartResult returned from your mutation. Defaults to undefined.

Generated using TypeDoc