'How to get both comments and their replies from Instagram API in one query

I am using the below given URL for GET request -

https://graph.facebook.com/${ig_media.id}/comments?access_token=${config.userAccessToken}

But it's returning only comments on Instagram media, can I get both comments and their replies in one query? As I don't want to do query for each comment to get replies.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source