de.hftstuttgart.vs.ss.2023/task06/src/main/resources/graphql/schema.graphqls

9 lines
No EOL
136 B
GraphQL

type Query {
helloWorld: HelloWorld!
}
type HelloWorld {
message: String
}
# TODO 1: Add type definitions for the blog service