I am working on a chat Application using AWS AppSync. Out of the box, I have some of the subscriptions created. But I need to create a new custom subscription.
Asked
Active
Viewed 116 times
0
-
Can you be more specific with your question. – noninertialframe Oct 11 '21 at 19:43
-
I have a subscription created when I ran amplify push. One of the subscriptions does not contain a field. But I wanted to add another field to it. Though I can add the field in the existing subscription but I don't want to do that since it is irrelevant to other pages. – Balaji Venkatraman Oct 14 '21 at 04:37