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, REST API and GraphQL handlers have unrestricted access to the database and external resources, making the handlers overly complex and difficult to manage.
To improve code maintainability, we could consider separating the layers that handlers can access, ensuring that direct database requests are no longer made from the handler level.
The text was updated successfully, but these errors were encountered:
Currently, REST API and GraphQL handlers have unrestricted access to the database and external resources, making the handlers overly complex and difficult to manage.
To improve code maintainability, we could consider separating the layers that handlers can access, ensuring that direct database requests are no longer made from the handler level.
The text was updated successfully, but these errors were encountered: