rdoyle11

Results 2 comments of rdoyle11

Did you manage to find any workaround to this?

Slight error in the above comment - this works however: ``` const subscription = (API.graphql(graphqlOperation(yourOperation)) as Exclude< ReturnType, Promise > ).subscribe({ next: ({ value }: { value: unknown }) =>...