AEM GraphQL Schema Error | Community
Skip to main content
Level 2
August 7, 2024

AEM GraphQL Schema Error

  • August 7, 2024
  • 2 replies
  • 1140 views

Hi Team,

We have created Content Fragment Model and GraphQL queries and its working as expected but while installing that Content Fragment Model in AEM servers below errors are throwing in logs, could someone kindly help to fix this issue.

 

*ERROR*
com.adobe.cq.dam.cfm.graphql.ModelCompiler
SchemaError : ErrorType: SCHEMA_INCOMPLETE_FIELD_REMOVED
Error location: /conf/abd/defg@field
Cause: Missing Nested Model(s)

*ERROR*
com.adobe.cq.dam.cfm.graphql.Metrics
aem.graphql:aem.graphql:MANAGED_ERROR : SCHEMA_INCOMPLETE_FIELD_REMOVED_ID_XXX

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

h_kataria
Community Advisor
Community Advisor
August 7, 2024

You seem to be having nested content fragment models.

Can you check if the nested model is also deployed which is probably referred here : /conf/abd/defg 

Level 2
August 7, 2024

Hi @h_kataria ,

Thanks for your reply!

As part of package that reference models are there, but model installations orders not sure which installing first , is there any option to configure model installation order? my case i have 200 models in my config folder.

aanchal-sikka
Community Advisor
Community Advisor
August 7, 2024

@karthik-elumalai 

 

It may not be possible to define order of installation. Safer approach might be to create separate packages.

200 models in a config seems to be a lot. Do they follow any structure which can help you define filters?

Aanchal Sikka
March 7, 2025

Hi @karthik-elumalai 
Did you get any solution for this error?