Optional
Get list of Profile Relationships
0.1.0
getProfileRelationships({ relationshipTypeKey: "follow", toProfileId: "<Profile ID>", fromProfileId: "<Profile ID>",}).then(({results}) => console.log(results)) Copy
getProfileRelationships({ relationshipTypeKey: "follow", toProfileId: "<Profile ID>", fromProfileId: "<Profile ID>",}).then(({results}) => console.log(results))
Generated using TypeDoc
Description
Get list of Profile Relationships
Async
Since
0.1.0
Example