aboutsummaryrefslogtreecommitdiff
path: root/src/graphql/hello/schema.graphql
blob: d3dba234110fe1e07e050d8faf9ab6f2ac2ba273 (plain) (blame)
1
2
3
type Query {
	hello: String!
}