Lambda Server on Dgraph Cloud needs update!

Not related, no. DQL does not respect @auth rules because they are out of scope of the DQL.

When you run a GraphQL operation the GraphQL layer has the scope of the auth rules and rewrites using the rules compiling down into a singular DQL operation (or a mutate/query transaction in case of a mutation since DQL mutations do not return the data like GraphQL mustering expect). This is what I was trying to explain on a previous post with you.

1 Like