aws-appsync-community icon indicating copy to clipboard operation
aws-appsync-community copied to clipboard

Mutation response coming in array I want to show mutation array response in Subscription in AppSync Console

Open vandh0907 opened this issue 1 year ago • 1 comments

I have mutation as

type Mutation { createMessage(input: MessageInput): [Message] }

type Subscription { messageCreated(room: String): [Message] @aws_subscribe(mutations: ["createMessage"]) } I tested subscription and mutation by firing mutation in one tab and in other tab I have fired subscription, got data in mutation as array of objects but not getting any response from subscription (I want response as array of object same as mutation).

vandh0907 avatar Aug 07 '24 03:08 vandh0907

Same issue here. waiting the response

luizcarlosrodrigues avatar Nov 03 '24 10:11 luizcarlosrodrigues