refactor(schema)!: rename Schema -> TypeSet and other small renamings (#21446)

This commit is contained in:
Aaron Craelius
2024-08-30 17:01:48 +00:00
committed by GitHub
parent b33ed0716b
commit ce8f9d40f2
22 changed files with 106 additions and 89 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ func init() {
AllKindsObject.ValueFields = append(AllKindsObject.ValueFields, field)
}
ExampleSchema = schema.MustNewModuleSchema(
ExampleSchema = schema.MustCompileModuleSchema(
AllKindsObject,
SingletonObject,
VoteObject,