Alokai

OrderQueryInterface

Fields to access orders. Includes direct access to a single order and searching for orders.

type OrderQueryInterface = {
  order?: Maybe<Order>;
  orders: OrderQueryResult;
};

Referenced Types

On this page