refactor(core,stf,x)!: remove InvokeTyped from router (#21224)

This commit is contained in:
Julien Robert
2024-08-23 21:38:06 +00:00
committed by GitHub
parent fc87374ff7
commit a554a21a0e
55 changed files with 424 additions and 585 deletions
+2 -1
View File
@@ -290,7 +290,8 @@ func TestCompareModuleSchemas(t *testing.T) {
{
Name: "foo",
KeyFields: []schema.Field{{Name: "key1", Kind: schema.EnumKind, EnumType: schema.EnumType{Name: "bar", Values: []string{"a"}}}},
}},
},
},
AddedObjectTypes: []schema.ObjectType{
{
Name: "bar",