Function createProfileRelationship

  • Returns Promise<IProfileRelationship>

    Description

    Create Profile Relationship

    Async

    Since

    0.1.0

    Example

     createProfileRelationship({
    relationshipTypeKey: "follow",
    toProfileId: "<Profile ID>",
    fromProfileId: "<Profile ID>",
    }).then((profileRelationship) => console.log(profileRelationship))
    ``

Generated using TypeDoc