Skip to content

Commit 62b0153

Browse files
authored
Create graph-structure.md
1 parent 956726c commit 62b0153

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

graph/patterns/graph-structure.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Pattern name
2+
3+
Microsoft Graph API Design Pattern
4+
5+
*Provide a short description of the pattern.*
6+
7+
8+
## Problem
9+
10+
*Describe the business context relevant for the pattern.*
11+
12+
*Provide a short description of the problem.*
13+
14+
## Solution
15+
16+
*Describe how to implement the solution to solve the problem.*
17+
18+
*Describe related patterns.*
19+
20+
## When to use this pattern
21+
22+
*Describe when and why the solution is applicable and when it might not be.*
23+
24+
## Issues and considerations
25+
26+
*Describe tradeoffs of the solution.*
27+
28+
## Example
29+
30+
*Provide a short example from real life.*

0 commit comments

Comments
 (0)