add a README to the graph package

This commit is contained in:
David Christofas
2022-12-01 10:42:52 +01:00
parent cff0ecc777
commit dc53b39f23

3
services/graph/README.md Normal file
View File

@@ -0,0 +1,3 @@
# Graph service
The graph service provides the Graph API which is a RESTful web API used to access Infinite Scale resources. It is inspired by the [Microsoft Graph API](https://learn.microsoft.com/en-us/graph/use-the-api) and can be used by clients or other services or extensions.