type O { a: Int b: Int } type Query { field: O } query { field { x: a } field { x: b } }