Why use AWS AppSync client on top of vue-apollo?

331 Views Asked by At

When using AWS AppSync as a backend GraphQL server, what are the advantages of using AppSync client on top of vue-apollo client? Can I just use vue-apollo to interact with my GraphQl server without using AppSync client?

1

There are 1 best solutions below

0
On

Can you please share the specific use-cases or features looking for?

AppSync provides lot of the other features like real-time subscriptions, offline access, caching and enterprise security and fine-grained access control.