hinsxd
11/17/2018, 11:01 AMawait prisma.$graphql(`
mutation {
executeRaw(query: "SELECT * FROM default$default.\\"User\\" LIMIT 10")
}
`)
I must not add /* GraphQL */
in front of the query string, otherwise prettier will eliminate the double backslashes, because the prisma server needs a single backslash to identify quotes inside executeRaw