Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • PlaceOrderProps

Index

Properties

error?: ApolloError

Any errors returned from the mutation

loading: boolean

A boolean that indicates whether your mutation is in flight.

The PlaceOrderResponse returned from your mutation. Defaults to undefined.

Methods

  • A function to trigger the placeOrder mutation from your UI. The function returns a promise that fulfills with PlaceOrderResponse.

    Returns Promise<undefined | PlaceOrder_placeOrder>

Generated using TypeDoc