1extend interface Hello @key(fields: "name") { 2 name: String! 3 secondary: String! 4}
View as plain text