Im working with AEM content fragments and trying to fetch the data using GraphQL.Below is my query -{
productByPath(_path: "/content/dam/my/product", variation:"master") {
item {
productDescription {
html
}
}
_references {
... on DisclaimerModel {
prod...