GopikaReghunath commented on code in PR #2328:
URL: 
https://github.com/apache/incubator-kie-kogito-apps/pull/2328#discussion_r3241246268


##########
data-index/data-index-graphql/src/main/java/org/kie/kogito/index/graphql/query/GraphQLQueryMapper.java:
##########
@@ -116,7 +117,13 @@ public GraphQLQueryParser apply(GraphQLInputObjectType 
type) {
                                 break;
                             default:
                                 if (field.getType() instanceof 
GraphQLInputObjectType) {
-                                    parser.mapAttribute(field.getName(), 
mapSubEntityArgument(field.getName(), new 
GraphQLQueryMapper().apply((GraphQLInputObjectType) field.getType())));
+                                    GraphQLInputObjectType inputType = 
(GraphQLInputObjectType) field.getType();

Review Comment:
   comment addressed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to