6 lines
64 B
GraphQL
6 lines
64 B
GraphQL
type Query {
|
|
empires(name: String!): String!
|
|
|
|
day(): Int!
|
|
}
|