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