using graphql-yoga, and started from the (<howtogr...
# prisma-whats-new
v
using graphql-yoga, and started from the (howtographql.com) hackernews server example, I've been clearing out the unneeded stuff. I currently do not have any Queries or Subscriptions, it seems impossible to define them as empty, am I mistaken?
Copy code
// schema.graphql
type Query {}
type Subscription {}