From dc53b39f238de3d96c52af4f9aba5bbfd0c0f0f0 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Thu, 1 Dec 2022 10:42:52 +0100 Subject: [PATCH] add a README to the graph package --- services/graph/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 services/graph/README.md diff --git a/services/graph/README.md b/services/graph/README.md new file mode 100644 index 0000000000..4a1b8d567a --- /dev/null +++ b/services/graph/README.md @@ -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.