Objective
Add Drizzle to the stack to handle admin-level insert permissions securely without passing the admin secret with genql.
Context
In the current setup, insert permissions for sensitive columns like is_blocked and pro_user_subscription_id should be managed by admin-level operations. To achieve this securely, we need to implement Drizzle in the stack.
References
Assignee
@AndlerRL