If I have a set of field that is common to multiple types in my GraphQL schema, is there a way to do something like this?
type Address { line1: String ci
Don't know if it was not available at this question time, but I guess interfaces should fit your needs