awslabs / aws-mobile-appsync-sdk-js

JavaScript library files for Offline, Sync, Sigv4. includes support for React Native
Apache License 2.0
921 stars 266 forks source link

Document pure Apollo implementation #557

Open StefanSmith opened 4 years ago

StefanSmith commented 4 years ago

This is possibly a strange issue to raise since it emphasises not using this library but since the README contains instructions for Using Authorization and Subscription links with Apollo Client (No offline support), I thought it might be helpful to also document how to interact with AppSync using only Apollo libraries. Since the AppSync websocket subscriptions workflow was documented recently, this is now possible.

I have raised an issue on the Apollo project to document an example implementation: https://github.com/apollographql/apollo-feature-requests/issues/224