API: set deleteUser to @internal
1 files changed, 1 insertions(+), 1 deletions(-)

M api/graph/schema.graphqls
M api/graph/schema.graphqls +1 -1
@@ 443,5 443,5 @@ type Mutation {
   """
   Deletes the authenticated user's account. Internal use only.
   """
-  deleteUser: Int!
+  deleteUser: Int! @internal
 }