Hey all, I just got added to the schema extensions...
# prisma-whats-new
k
Hey all, I just got added to the schema extensions beta, but I’m having some trouble getting them to work. They seem to be executing just fine (even the logs report success) but I’m getting an error:
Copy code
"Whoops. Looks like an internal server error. Please contact us from the Console (<https://console.graph.cool>) or via email (support@graph.cool) and include your Request ID: eu-west-1:simple:cj6zsoeryys870167ihybvrcu",
ah, I figured it out. I wasn’t nesting my response inside a
data
object! Finally noticed it in one of the examples.