Commit 3d165992 authored by Alfredo Di Napoli's avatar Alfredo Di Napoli

Partially revert GraphQL policy checks

This commit partially undo the access policy checks for the
GraphQL endpoints, until we find a better story to correlate
the `user_id` we sometimes receive with the info from the
`AuthenticatedUser`.
parent 5dcd1840
......@@ -49,7 +49,6 @@ import Gargantext.API.GraphQL.Types
import Gargantext.API.Admin.Auth.Types hiding (Valid)
import Gargantext.API.Auth.PolicyCheck
import Gargantext.API.GraphQL.PolicyCheck
-- import Gargantext.Database.Admin.Types.Node
data UserInfo = UserInfo
{ ui_id :: Int
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment