type Query { frontpage: [Question!]! } """ Forecast question. """ type Question { id: String! title: String! }