Create Profile Relationship
0.1.0
createProfileRelationship({ relationshipTypeKey: "follow", toProfileId: "<Profile ID>", fromProfileId: "<Profile ID>",}).then((profileRelationship) => console.log(profileRelationship))`` Copy
createProfileRelationship({ relationshipTypeKey: "follow", toProfileId: "<Profile ID>", fromProfileId: "<Profile ID>",}).then((profileRelationship) => console.log(profileRelationship))``
Generated using TypeDoc
Description
Create Profile Relationship
Async
Since
0.1.0
Example