github.com/shippio/gqlgen@v0.0.0-20220912092219-633ea699ef07/plugin/federation/testdata/interfaces/key.graphqls (about) 1 extend interface Hello @key(fields: "name") { 2 name: String! 3 secondary: String! 4 }