you have to select it like this: ``` mutation { ...
# orm-help
c
you have to select it like this:
Copy code
mutation {
  executeRaw(
    query: "SELECT * FROM default$default.\"User\""
  )
}