What is MS Graph?
What is the first component that facilitate the access and flow of data in 365?
What is the second component that facilitate the access and flow of data in 365?
What is the third component that facilitate the access and flow of data in 365?
What is MS Graph?
How do MS Graph requests look?
https://graph.microsoft.com/<version>/<resource>?<query-params></query-params></resource></version>
What do MS Graph responses contain?
What API methods does Graph API support?
What versions does MS Graph have?
What can a resource be in relation to MS Graph?
What are query params in relation to MSGraph
What are MS Graph SDKs?
What do MS Graph SDKs contain?
Which packages does the SDK come in?
What is MSGraph client?
How do we access data in MS Graph?
What are the best practicies for consent and authorisaiton relating to MS Graph in your app?
How does pagination work in MS Graph?
What are evolvable enumerations in terms of MS Graph response?
What are some good practices for MS Graph interactions?