Skip to main content

DriverFleetIntegration

No description

type DriverFleetIntegration {
_id: ObjectId!
type: EnumFleetIntegrationType!
filterGpsDataByOtId: String
details: DriverIntegrationDetails!
}

Fields

DriverFleetIntegration._id ● ObjectId! non-null scalar

DriverFleetIntegration.type ● EnumFleetIntegrationType! non-null enum

DriverFleetIntegration.filterGpsDataByOtId ● String scalar

Only consider GPS data from a single source (e.g. com.impargo.driverapp, com.impargo.internal, ...). If not provided all GPS data is considered.

DriverFleetIntegration.details ● DriverIntegrationDetails! non-null union