Loading packages/shop-mobile-expo/src/client/merchants/argumentInterfaces.ts +5 −0 Original line number Diff line number Diff line Loading @@ -23,3 +23,8 @@ export interface QueryGetMerchantsByNameArgsInterface { searchName: ScalarsInterface['String']; geoLocation?: MaybeType<GeoLocationInputInterface>; } export interface QueryGetStoreProductsArgs { storeId: ScalarsInterface['String']; fullProducts: ScalarsInterface['Boolean']; } Loading
packages/shop-mobile-expo/src/client/merchants/argumentInterfaces.ts +5 −0 Original line number Diff line number Diff line Loading @@ -23,3 +23,8 @@ export interface QueryGetMerchantsByNameArgsInterface { searchName: ScalarsInterface['String']; geoLocation?: MaybeType<GeoLocationInputInterface>; } export interface QueryGetStoreProductsArgs { storeId: ScalarsInterface['String']; fullProducts: ScalarsInterface['Boolean']; }