Declaring a Class-Based Schema to Satisfy an Interface

is it possible to declare that a class based schema satisfies a particular interface? I'm replacing some janky GRPC code - i know I can lean on duck typing but was hoping to make it explicit
Was this page helpful?