Content fragment models' Graphql querytypes not working after AEM upgrade to 6.5.15
We recently upgraded our AEM on-prem instance from version 6.5.9 to 6.5.15.
However, after the upgrade, we noticed that the Graphql querytypes for our old content fragment models stopped working on Author. We've tried to republish the GraphQL endpoint, disable and re-enable the CFMs, but it's still not working.
When we run a graphql like this
{
"query": "query {movieList {items {_path}}}"
}, which used to run well on 6.5.9, it gets this error
{
"errors": [
{
"message": "Validation error of type FieldUndefined: Field 'movieList' in type 'QueryType' is undefined @ 'movieList'",
"locations": [
{
"line": 1,
"column": 8
}
],
"extensions": {
"classification": "ValidationError"
}
}
]
}We checked the GraphQL tab in the CFM's properties and it shows the Multiple Query Field Name is exactly movieList. We also checked that the cfm-graphql-index-def-1.0.5.zip is properly installed. Can anyone help us identify the root cause of this issue and provide a solution? Thank you.





