Show HN: Use GraphQL to Query Exchange, AAD, OneDrive and More
graphql-demo.azurewebsites.net
Show HN: Use GraphQL to Query Exchange, AAD, OneDrive and More
1–7 of 7 posts
Re: Show HN: Use GraphQL to Query Exchange, AAD, OneDrive and More
#2Here is the repo if you'd like to self-host the service: https://github.com/microsoftgraph/msgraphql-demo
We're interested in your feedback about integrating with Microsoft Graph using GraphQL. To share your thoughts and scenarios, please leave a comment on UserVoice: https://officespdev.uservoice.com/forums/224641-feature-requ...
I'm happy to answer questions about Microsoft Graph or the implementation of this project.
Re: Show HN: Use GraphQL to Query Exchange, AAD, OneDrive and More
#3Re: Show HN: Use GraphQL to Query Exchange, AAD, OneDrive and More
#4Re: Show HN: Use GraphQL to Query Exchange, AAD, OneDrive and More
#5Got documentation for this?
Here is more in-depth API documentation of Microsoft Graph (the underlying API): https://developer.microsoft.com/en-us/graph/docs/concepts/ov...
If you're looking for documentation on the tooling itself, the repo has an overview of how this works and I can provide further context.
Re: Show HN: Use GraphQL to Query Exchange, AAD, OneDrive and More
#6Re: Show HN: Use GraphQL to Query Exchange, AAD, OneDrive and More
#7Cool, however, to realize the full benefits of GraphQL, proper resolvers need to be implemented that are connected directly to a data store. This is just a wrapper around a conventional REST endpoint, which allows for easier querying but not much else (when considering the trade offs).