Type alias FollowersRequest
FollowersRequest: { cursor?: InputMaybe<Scalars["Cursor"]>; limit?: InputMaybe<LimitType>; of: Scalars["ProfileId"]; orderBy?: InputMaybe<ProfilesOrderBy>; } Type declaration
Optional
cursor?: InputMaybe<Scalars["Cursor"]>
Optional
limit?: InputMaybe<LimitType>
of: Scalars["ProfileId"]
Optional
orderBy?: InputMaybe<ProfilesOrderBy>
The order by which to sort the profiles - note if your looking at your own followers it always be DESC