RelationshipLinkInput
The parameters to specify an attached link to a publication.
input RelationshipLinkInput {
rel: String!
link: LinkInput!
}
Fields
RelationshipLinkInput.rel
● String!
non-null scalar
The type of relationship.
RelationshipLinkInput.link
● LinkInput!
non-null input
The link itself.
Member of
pushPublicationLink
mutation