JsonInput properties = (JsonInput) source;
PropertyMap map = PropertyMap.inputTypeToJavaType(securityContext, type, properties.getAttributes());
// If property map contains the uuid, search only for uuid
if (map.containsKey(GraphObject.id)) {
return (T) app.get(map.get(GraphObject.id));
} else {