### Product Hot Chocolate ### Version 15.1.7 ### Link to minimal reproduction https://github.com/rdb00/hot-chocolate-interface-bug-example ### Steps to reproduce Run the service and look at the schema. You can see that the `friends` field on `Person` has no filter/sort parameters, but on `Author` it does. ### What is expected? Both `Person.friends` and `Author.friends` accept arguments for `where` and `order`, not just `Author.friends`. ### What is actually happening? Only `Author.friends` accepts arguments for `where` and `order`. ### Relevant log output ```shell ``` ### Additional context _No response_