Alokai

OrderQueryInterfaceOrderArgs

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

type OrderQueryInterfaceOrderArgs = {
  id?: InputMaybe<Scalars['String']>;
  orderNumber?: InputMaybe<Scalars['String']>;
};

Referenced Types

On this page