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

Result of denying a follow request

Type declaration

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

    The follower profile

  • Optional status?: Maybe<ProfileFollowStatus>

    The status of the follow request

  • toProfile: Profile

    The profile being followed

Generated using TypeDoc