metaforecast/schema.graphql
2022-04-19 01:15:09 +03:00

12 lines
118 B
GraphQL

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