{ "schema": "type Query { getPost(id: ID!): Post } type Post { id: ID! title: String }" }