mirror of https://github.com/Trivernis/whooshy.git
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.
12 lines
184 B
GraphQL
12 lines
184 B
GraphQL
6 years ago
|
# import BingoMutation from 'bingo.graphql'
|
||
|
# import BingoQuery from 'bingo.graphql'
|
||
|
|
||
|
type Query {
|
||
|
time: String
|
||
|
bingo: BingoQuery
|
||
|
}
|
||
|
|
||
|
type Mutation {
|
||
|
bingo: BingoMutation
|
||
|
}
|