content fragment " content reference type"
Content Fragment Model

When I write below query :
query Navigation {
navigationList {
items {
_path
_variation
name
linklabel
isactive
link {
}
}
}
}
I am not sure , what query fields to provide for "link content reference" authored. link {}
link is a page path selected.
