react-chatgpt-app MS graph API calls using @microsoft/microsoft-graph-types and missig MSClient/MSGraphClientFactory #4684
Unanswered
gretchunkim
asked this question in
Q&A
Replies: 1 comment
-
Located the answer to above question. The MS Graph API calls and MSGraphClientFactory is mention in src/hooks/useGraphAPI file: export const useGraphAPI = (context: BaseComponentContext) => { |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
While viewing this beautifully crafted sample (react-chatgpt-app) and I'm at lost how it is reaching out to MSGraph client/response call service with only the following import, without using MSGraphClientMSGraphFactory...
Is this only limited to specific entity types (such as chat,chatMesage)? I'd like to try it for other entity types (or resource type) such as externalItems and can't find documentation about it.
Thank you for your input and discussions.
Beta Was this translation helpful? Give feedback.
All reactions