@@ -1209,7 +1209,7 @@ where
1209
1209
NullableMeta :: new ( of_type)
1210
1210
}
1211
1211
1212
- /// Create an object meta type builder
1212
+ /// Create an object meta type
1213
1213
///
1214
1214
/// To prevent infinite recursion by enforcing ordering, this returns a
1215
1215
/// function that needs to be called with the list of fields on the object.
@@ -1242,7 +1242,7 @@ where
1242
1242
EnumMeta :: new :: < T > ( Cow :: Owned ( name. to_string ( ) ) , values)
1243
1243
}
1244
1244
1245
- /// Create an interface meta type builder ,
1245
+ /// Create an interface meta type,
1246
1246
/// by providing a type info object.
1247
1247
pub fn build_interface_type < T > (
1248
1248
& mut self ,
@@ -1259,7 +1259,7 @@ where
1259
1259
InterfaceMeta :: new ( Cow :: Owned ( name. to_string ( ) ) , & v)
1260
1260
}
1261
1261
1262
- /// Create a union meta type builder
1262
+ /// Create a union meta type
1263
1263
pub fn build_union_type < T > ( & mut self , info : & T :: TypeInfo , types : & [ Type < ' r > ] ) -> UnionMeta < ' r >
1264
1264
where
1265
1265
T : GraphQLType < S > ,
@@ -1269,7 +1269,7 @@ where
1269
1269
UnionMeta :: new ( Cow :: Owned ( name. to_string ( ) ) , types)
1270
1270
}
1271
1271
1272
- /// Create an input object meta type builder
1272
+ /// Create an input object meta type
1273
1273
pub fn build_input_object_type < T > (
1274
1274
& mut self ,
1275
1275
info : & T :: TypeInfo ,
0 commit comments