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