Commit 027c46e3 authored by Neosoulink's avatar Neosoulink
Browse files

feat: add intreface arg for merchants products query

parent f449cff6
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -23,3 +23,8 @@ export interface QueryGetMerchantsByNameArgsInterface {
	searchName: ScalarsInterface['String'];
	geoLocation?: MaybeType<GeoLocationInputInterface>;
}

export interface QueryGetStoreProductsArgs {
	storeId: ScalarsInterface['String'];
	fullProducts: ScalarsInterface['Boolean'];
}