I am using Apollo server and Apollo client and graphql. I am using Pagination in my website. When I click on paginator after some pages it lost the cookies and doesn't verify the user and then gives error

Hi @priyakumari :wave: I’m not sure I have any suggestions based on the screenshot and info you shared. You should be able to inspect the full HTTP request, including the cookies, within the Network tab. Your server logs might also provide some insights, including a stack trace. Hope that helps!