ProfilesRequest: {
    cursor?: InputMaybe<Scalars["Cursor"]["input"]>;
    limit?: InputMaybe<LimitType>;
    orderBy?: InputMaybe<ProfilesOrderBy>;
    where: ProfilesRequestWhere;
}

Type declaration