Core/graphql/base.graphql
2022-08-07 11:24:17 +02:00

6 lines
64 B
GraphQL

type Query {
empires(name: String!): String!
day(): Int!
}