metaforecast/schema.graphql

12 lines
118 B
GraphQL
Raw Normal View History

2022-04-13 22:07:57 +00:00
type Query {
frontpage: [Question!]!
}
"""
Forecast question.
"""
type Question {
id: String!
title: String!
}