You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
whooshy/graphql/schema.graphql

12 lines
184 B
GraphQL

# import BingoMutation from 'bingo.graphql'
# import BingoQuery from 'bingo.graphql'
type Query {
time: String
bingo: BingoQuery
}
type Mutation {
bingo: BingoMutation
}