Home > @vsf-enterprise/commercetools-types > ShoppingListQueryInterfaceShoppingListsArgs
# ShoppingListQueryInterfaceShoppingListsArgs type
Fields to access shopping lists. Includes direct access to a single list and searching for shopping lists.
Signature:
export declare type ShoppingListQueryInterfaceShoppingListsArgs = {
where?: InputMaybe<Scalars['String']>;
sort?: InputMaybe<Array<Scalars['String']>>;
limit?: InputMaybe<Scalars['Int']>;
offset?: InputMaybe<Scalars['Int']>;
};
References: InputMaybe, Scalars