Patrick Michelberger

Results 1 comments of Patrick Michelberger

@bpceee we faced the same problem. As a workaround, we configured the Apollo client manually using AppSync's subscription link using "MQTT over Websockets" https://github.com/awslabs/aws-mobile-appsync-sdk-js/blob/master/packages/aws-appsync-subscription-link/src/subscription-handshake-link.ts. ```javascript import { createAuthLink } from...