Using RTK-Query with AppSync? #2066
-
Hi there - was wondering if anyone else has attempted to connect RTK-Query with the AppSync graphql service? Seems its not going to work out of the box with Feeding the client into
I know this is probably something more on the AWS side, but just wondering if anyone else had attempted it. Some sample code of what I'm attempting:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'm not familiar with AppSync, but isn't it a GraphQL client in and of itself? That suggests you would not want to use |
Beta Was this translation helpful? Give feedback.
I'm not familiar with AppSync, but isn't it a GraphQL client in and of itself? That suggests you would not want to use
graphqlRequestBaseQuery
, but rather a custom base query that formats request details and passes them through to the AppSync client instance.