AEM GraphQL query "FieldUndefined" error
I have created Content Fragment Model and its related GraphQL Query in my local AEM and synced with code base and deployed into AEM Servers (TEST & PROD), GraphQL Query working fine till TEST but not working in PROD.
I am seeing some inconsistent like same code of Content Fragment Model & GraphQL Query working fine in one AEM environment but not working in another environment.
AEM Version: 6.5.19
Error Details: "Validation error of type FieldUndefined: Field 'name' in type 'UserModel' is undefined"

