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']>;
};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']>;
};