Hi, I have a Content Fragment Model and content fragments created with content fragment model.Now the team wants to move Content Fragment Model from "/conf/projectA/CustomModels/settings/CF-model" to "/conf/projectA/settings/CF-model". Use case: Existing content fragments referencing "/conf/projectA...
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head><title>409 Conflict</title></head>
<body>
<h1>Conflict</h1>
<p>Cannot serve request to /graphql/persist.json/my-project/Persons in org.apache.sling.jcr.webdav.impl.servlets.SimpleWebDavServlet</p>
...
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. lin...