hello guys, ``` query { user(id:"%USERID%") { ...
# orm-help
m
hello guys,
Copy code
query {
  user(id:"%USERID%") { 
      email
  }
}
This prisma graphql query is translated to this mysql query , I got from the log