Hi
why does this work:
but those three don't:
https://graph.microsoft.com/v1.0/me/drive/root/children?$filter=file ne null
https://graph.microsoft.com/v1.0/me/drive/root/children?$filter=file eq null
https://graph.microsoft.com/v1.0/me/drive/root/children?$filter=folder eq null
Why do we have a OData Filters when not all properties can be used in BASIC filtering statements?