type HelloPayload { message: String! } extend type Query { hello(name: String): HelloPayload }