Optional
args: { Optional
limit?: InputMaybe<LimitType>Order criteria for exploring profiles
Optional
where?: InputMaybe<ExploreProfilesWhere>Filtering criteria for exploring profiles
Experimental
Discover new profiles based on a defined criteria.
This signature supports React Suspense.
const { data } = useExploreProfiles({
orderBy: ExploreProfilesOrderByType.LatestCreated,
suspense: true,
);
console.log(data);
This API can change without notice
Discover new profiles based on a defined criteria.