Relative Content

Tag Archive for reactjsnext.jsapolloapollo-client

how can i rerender my component after refreshing tokens with apollo client?

I work with apollo client, implimenting auth with jwt. I catch the error from back when i try do smt when my token is expired , refresh tokens and then resend request. It work like it should, but my component does not rerender, new request sends, i get data, but my component still show error. How can i rerender my component with new data?