OrderQueryInterfaceOrdersArgs
Fields to access orders. Includes direct access to a single order and searching for orders.
type OrderQueryInterfaceOrdersArgs = {
where?: InputMaybe<Scalars['String']>;
sort?: InputMaybe<Array<Scalars['String']>>;
limit?: InputMaybe<Scalars['Int']>;
offset?: InputMaybe<Scalars['Int']>;
};