type User @key(fields: "id") { id: ID! } extend type Pet @key(fields: "id") { id: ID! owners: [User!]! }