RelationshipLink
This describes the link to fetch an attachment to this publication.
type RelationshipLink {
rel: String!
link: Link!
}
Fields
RelationshipLink.rel ● String! non-null scalar
The type of attachment.
RelationshipLink.link ● Link! non-null object
The link itself.
Member of
Publication object