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

Type declaration

  • Optional cursor?: InputMaybe<Scalars["Cursor"]>
  • Optional limit?: InputMaybe<LimitType>
  • Optional orderBy?: InputMaybe<ProfilesOrderBy>

    The order by which to sort the profiles

  • where: ProfilesRequestWhere

    The where clause to use to filter on what you are looking for