Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CartProps

Index

Properties

Methods

Properties

An object containing the CartFragment result. Defaults to undefined.

error?: ApolloError

A runtime error with graphQLErrors and networkError properties.

loading: boolean

A boolean that indicates whether the request is in flight.

Methods

  • refetch(variables?: Partial<CartVariables | OperationVariables>): Promise<ApolloQueryResult<Cart>>
  • A function that enables to refresh query results in response to a particular user action

    Parameters

    Returns Promise<ApolloQueryResult<Cart>>

Generated using TypeDoc