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?
// schema.graphql
type Query {}
type Subscription {}