LinkInput
The parameters to specify a link.
input LinkInput {
href: URI!
type: Mime!
templated: Boolean!
}
Fields
LinkInput.href
● URI!
non-null scalar
The url for this link.
LinkInput.type
● Mime!
non-null scalar
The media type that should be expected when calling that URL.
LinkInput.templated
● Boolean!
non-null scalar
Is this a templated or a complete URL?
Member of
RelationshipLinkInput
input