ExploreProfilesRequest: {
    cursor?: InputMaybe<Scalars["Cursor"]>;
    limit?: InputMaybe<LimitType>;
    orderBy: ExploreProfilesOrderByType;
    where?: InputMaybe<ExploreProfilesWhere>;
}

Type declaration