refactor(schema)!: rename Schema -> TypeSet and other small renamings (#21446)
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ func init() {
|
||||
AllKindsObject.ValueFields = append(AllKindsObject.ValueFields, field)
|
||||
}
|
||||
|
||||
ExampleSchema = schema.MustNewModuleSchema(
|
||||
ExampleSchema = schema.MustCompileModuleSchema(
|
||||
AllKindsObject,
|
||||
SingletonObject,
|
||||
VoteObject,
|
||||
|
||||
Reference in New Issue
Block a user