I am using ms graph api to get all the messages with attachments. Over this I need to get the files having docx/pdf extensions. Below are the filters I have tried.
https://graph.microsoft.com/v1.0/me/messages?$filter=hasAttachments eq true and ext eq 'docx'
https://graph.microsoft.com/v1.0/me/messages?$filter=hasAttachments eq true and extensions eq 'docx'