
The answers to your questions are covered in the document you linked. In the highlighted sections "CSOM and REST" means the SharePoint Client Object Model and the SharePoint REST API.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We see that there are explicit resource unit limits defined for Microsoft Graph APIs for files / lists in Sharepoint applications, e.g. https://learn.microsoft.com/en-us/sharepoint/dev/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online#application-throttling.
However, we require use of Sharepoint REST APIs for additional Sharepoint specific data unsupported by the Graph API, e.g. Sharepoint site page web parts, Sharepoint hidden groups + group members on sites, etc. Are there rough resource cost / limits across apps / tenants for Sharepoint REST APIs we can use to adjust our QPS accordingly, and are these shared with Graph APIs?
The answers to your questions are covered in the document you linked. In the highlighted sections "CSOM and REST" means the SharePoint Client Object Model and the SharePoint REST API.