Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • OrdersProps

Index

Properties

error?: ApolloError

A runtime error with graphQLErrors and networkError properties.

loading: boolean

A boolean that indicates whether the request is in flight.

ordersPageResult?: Orders_findOrders

An object containing the [['Orders_findOrders | OrdersResponse']] result. Defaults to undefined.

Methods

  • onLoadMore(): Promise<void>
  • A function that enables pagination for your query

    Returns Promise<void>

Generated using TypeDoc