@@ -454,6 +454,8 @@ export type JourneyPassengerCountEvent = {
454454 totalPassengersIn ?: Maybe < Scalars [ 'Int' ] >
455455 totalPassengersOut ?: Maybe < Scalars [ 'Int' ] >
456456 vehicleLoadRatioText ?: Maybe < Scalars [ 'String' ] >
457+ bikesIn ?: Maybe < Scalars [ 'Int' ] >
458+ bikesOut ?: Maybe < Scalars [ 'Int' ] >
457459 _sort ?: Maybe < Scalars [ 'Int' ] >
458460}
459461
@@ -1108,8 +1110,8 @@ export type ResolversTypes = {
11081110 Mutation : ResolverTypeWrapper < { } >
11091111 Feedback : ResolverTypeWrapper < Feedback >
11101112 Upload : ResolverTypeWrapper < Scalars [ 'Upload' ] >
1111- TlpType : TlpType
11121113 BBox : ResolverTypeWrapper < Scalars [ 'BBox' ] >
1114+ TlpType : TlpType
11131115}
11141116
11151117/** Mapping between all available schema types and the resolvers parents */
@@ -1184,8 +1186,8 @@ export type ResolversParentTypes = {
11841186 Mutation : { }
11851187 Feedback : Feedback
11861188 Upload : Scalars [ 'Upload' ]
1187- TlpType : TlpType
11881189 BBox : Scalars [ 'BBox' ]
1190+ TlpType : TlpType
11891191}
11901192
11911193export type AlertResolvers <
@@ -1507,6 +1509,8 @@ export type JourneyPassengerCountEventResolvers<
15071509 totalPassengersIn ?: Resolver < Maybe < ResolversTypes [ 'Int' ] > , ParentType , ContextType >
15081510 totalPassengersOut ?: Resolver < Maybe < ResolversTypes [ 'Int' ] > , ParentType , ContextType >
15091511 vehicleLoadRatioText ?: Resolver < Maybe < ResolversTypes [ 'String' ] > , ParentType , ContextType >
1512+ bikesIn ?: Resolver < Maybe < ResolversTypes [ 'Int' ] > , ParentType , ContextType >
1513+ bikesOut ?: Resolver < Maybe < ResolversTypes [ 'Int' ] > , ParentType , ContextType >
15101514 _sort ?: Resolver < Maybe < ResolversTypes [ 'Int' ] > , ParentType , ContextType >
15111515}
15121516
0 commit comments