How to make GraphQL requests via AppSync or Amplify from this cpp sdk? #2110
grimaldini
started this conversation in
General
Replies: 1 comment 2 replies
-
You can check the api docs here for how to make GraphQL requests via AppSync. It doesn't look like it is currently supported via Amplify. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've seen documentation for how to make a GraphQL request using Amplify for languages like JS but not for C++? Is this not currently supported? I noticed there are some classes GraphQLApi, and there's a AppSync client even but I'm not sure if that serves the same purpose.
Beta Was this translation helpful? Give feedback.
All reactions