1
Fork 0
mirror of https://github.com/Airsequel/AirGQL.git synced 2025-08-01 02:36:43 +03:00

Remove another comment

This commit is contained in:
prescientmoon 2024-11-15 17:22:24 +01:00
commit 064248785e

View file

@ -788,7 +788,6 @@ queryType connection accessMode dbId tables = do
[ schemaResolver
, Introspection.typeNameResolver
, resolvers
-- , resolversPrimaryKey)
]
<&> protectResolver
}