You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It would be useful to be able to look up all vehicle types for an operator. This should probably be added to the system entity, and then make available all systems on the operator entity
type Operator {
...
systems: System[]
}
type System {
...
vehicleTypes: VehicleType[]
}
Is your feature request related to a problem? Please describe.
It would be useful to be able to look up all vehicle types for an operator. This should probably be added to the system entity, and then make available all systems on the operator entity
Should probably be considered together with #355
Goal / high level use-case
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: