ProfileFollowEdge: {
    __typename?: "ProfileFollowEdge";
    cursor: Scalars["String"];
    node: Profile;
    status: ProfileFollowStatus;
}

Edge containing a ProfileFollow

Type declaration

  • Optional __typename?: "ProfileFollowEdge"
  • cursor: Scalars["String"]

    The cursor string pointing to this item

  • node: Profile

    The item

  • status: ProfileFollowStatus

    The status of the follow request

Generated using TypeDoc