```js typeDefs: ` type Query { loginInProgress: Boolean } type Mutation { setSectionScroll(id: String!, scrollY: Int!): Boolean } `, ``` adding ``` type Section { scrollY } ``` doesn't work: 