I am using react-cookie package and Apollo Client in my React app.
react-cookie
I have to check if a certain cookie is available (sended from server). It has a name start with MYNAME and then a hash like MYNAMEffb4afd023baac83115bf7882.
MYNAMEffb4afd023baac83115bf7882
How do I do that?