{ cat { name } } type Query { cat: Pet } type Pet { name: String }