Subscription on relay graphql query for chat utility

153 Views Asked by At

I'm trying to create a chat using relay graphql and react-native-gifted-chat. The problem I have is refreshing the query with each message both from me and other participants. The query already includes pagination, but I don't really know how to handle subscriptions. Is useSubscribeToInvalidationState good for this case, or would you recommend something else? Do you have any useful examples for that?

0

There are 0 best solutions below