Question
Are there actually any Graph API endpoints for the Office 365 version of Word at the moment?
(And, if not, are they planned?)
Where I've looked
I've found the documentation for Excel API in Graph, Outlook API in Graph, OneNote API in Graph, but I cannot find any mention of a Word API.
There's no mention of Word in the Productivity section of Graph Overview Official docs.
And there's no sign of it in the Graph Explorer Samples:
And there don't seem to be any sub-projects related to Word in the Microsoft Graph GitHub repo.
Side notes
This question asks a similar thing about the Office 365 API. I'm not sure if the Graph API is a rebranding of the Office 365 API, which now seems to be end of life according to the official docs?
Ultimately what we're looking for is a replacement for the Office PIAs that we can use from an Azure hosted web app to build Word documents. We've been using Open XML, but we need dynamic page numbering which OpenXML doesn't support.