There is no example for a field with an interface type, like ```graphql type Human implements Sentient { name: String! favouritePet: Pet } ``` How must a handler for this be implemented?