ApproveProfileFollowPayload: {
    __typename?: "ApproveProfileFollowPayload";
    fromProfile: Profile;
    status?: Maybe<ProfileFollowStatus>;
    toProfile: Profile;
}

Result of approving a follow request

Type declaration

  • Optional __typename?: "ApproveProfileFollowPayload"
  • fromProfile: Profile

    The follower profile

  • Optional status?: Maybe<ProfileFollowStatus>

    The status of the follow request

  • toProfile: Profile

    The profile being followed

Generated using TypeDoc