In graph explorer, I am trying to execute OData queries with the filter startswith on list items. All of the OData filter startswith functions I tried to return itemNotFound error. See an example below https://graph.microsoft.com/v1.0/sites/root/lists('Documents')/Items?$filter=startswith(webURL, 'https') eq true
Graph explorer has Sites.ReadWrite.All scope.
Can someone point me to any documentation on the extent of OData features supported in Microsoft Graph?