WIth the new SDK released I noticed the Metadata entities, not sure if these existed before hand, anyways.
Metadata.Relationship
Metadata.RelationshipMetadata
Metadata.Entity
Am I correct in assuming these can be used to get all relationships based on a entity ID? If so are there any examples someone can provide on how to properly query this. If not can more context be provided on what the metadata entities provide. I was hoping to be able to get all relationships from by passing in the nodeID or entityID, simliar to how the perfstack API operates. I could then populate some nice group views.