You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, GQL and REST APIs create new sessions for each request. This is usually fine but e.g. in evitaLab (lukashornych/evitalab#160), we will need to manage single session for WARMING_UP catalogs.
Therefore it would be helpful if GQL and REST APIs could support session ID on the input to override the default logic of creating adhoc sessions.
The text was updated successfully, but these errors were encountered:
Currently, GQL and REST APIs create new sessions for each request. This is usually fine but e.g. in evitaLab (lukashornych/evitalab#160), we will need to manage single session for WARMING_UP catalogs.
Therefore it would be helpful if GQL and REST APIs could support session ID on the input to override the default logic of creating adhoc sessions.
The text was updated successfully, but these errors were encountered: