Has anyone had the issue where the usage of graphql creates multiple sessions for the same user? were having constant problems with checkout since most stuff return empty sometimes because of the multiple sessions that get created. basically creates a new session on each request.
any help would be much appreciated