1 2 3 4 5 6 7
type HelloPayload { message: String! } extend type Query { hello(name: String): HelloPayload }