FollowersRequest: {
    cursor?: InputMaybe<Scalars["Cursor"]["input"]>;
    limit?: InputMaybe<LimitType>;
    of: Scalars["ProfileId"]["input"];
    orderBy?: InputMaybe<ProfilesOrderBy>;
}

Type declaration