Core/graphql/base.graphql

6 lines
64 B
GraphQL

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