Anyone have any idea on why the Graphql Yoga serve...
# prisma-whats-new
m
Anyone have any idea on why the Graphql Yoga server would not be actually calling the Prisma endpoint?
I am looking at my dashboard and it says I have made requests, but is says there is no database usage
j
silly question but have you looked at the endpoint defined when instantiation Prisma using the prisma-binding library?
instantiating*
m
Yeah, and the endpoint is correct AFAIK
j
that’s strange
what do the logs show from teh server?
m
I think it was because I was doing import * in my schema file
👍 1