schaefa commented on code in PR #37:
URL: 
https://github.com/apache/sling-org-apache-sling-graphql-core/pull/37#discussion_r1311971949


##########
src/main/java/org/apache/sling/graphql/core/engine/SelectedFieldWrapper.java:
##########
@@ -74,18 +94,53 @@ public String getName() {
     }
 
     @Override
+    public @Nullable String getQualifiedName() {
+        return qualifiedName;
+    }
+
+    @Override
+    public String getFullyQualifiedName() {
+        return fullyQualifiedName;
+    }
+
+    @Override
+    public boolean isConditional() {
+        return conditional;
+    }
+
+    @Override
+    public int getLevel() {
+        return 0;
+    }
+
+    @Override
+    public String getAlias() {
+        return null;
+    }
+
+    @Override
+    public String getResultKey() {
+        return null;
+    }

Review Comment:
   I missed that - DONE



-- 
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: dev-unsubscr...@sling.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to