hey guys, any idea why I get this error when I run my own server that uses Prisma?
Copy code
GraphQLError: Syntax Error GraphQL request (55:3) Expected Name, found String
54: type BatchPayload {
55: """
^
56: The number of nodes that have been affected by the Batch operation.