I am trying to get the files from a Folder located in SharePoint online Team Site. I could get the Team Site using
https://graph.microsoft.com/v1.0/groups?$filter=displayName eq 'DemoSite'&$select=id,displayName
How can I get the folders and files available in this Team site using graph API?