CustomerOrdersArgs
Defines the customer name, addresses, and other details.
type CustomerOrdersArgs = {
currentPage?: InputMaybe<Scalars['Int']['input']>;
filter?: InputMaybe<CustomerOrdersFilterInput>;
pageSize?: InputMaybe<Scalars['Int']['input']>;
scope?: InputMaybe<ScopeTypeEnum>;
sort?: InputMaybe<CustomerOrderSortInput>;
};