PermalinkStructure
Representation of the structure of a link
type PermalinkStructure {
type: PermalinkType!
structures: [LocalizedString]
}
Fields
type ● PermalinkType!
The type oflink
structures ● [LocalizedString]
The structure of the link
Example
{
"structures": [
{
"language": "EN",
"value": "String"
}
]
}