-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(native-app): Revert "feat: update vehicleList endpoint to V2" (#…
…16823) This reverts commit 036f952. Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
- Loading branch information
1 parent
378ee5f
commit de4bcc8
Showing
6 changed files
with
68 additions
and
37 deletions.
There are no files selected for viewing
39 changes: 34 additions & 5 deletions
39
apps/native/app/src/graphql/fragments/vehicle.fragment.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,39 @@ | ||
fragment VehicleFragment on VehicleListed { | ||
fragment VehicleFragment on VehiclesVehicle { | ||
isCurrent | ||
permno | ||
regno | ||
make | ||
colorName | ||
vin | ||
type | ||
color | ||
firstRegDate | ||
modelYear | ||
productYear | ||
registrationType | ||
role | ||
operatorStartDate | ||
operatorEndDate | ||
outOfUse | ||
otherOwners | ||
termination | ||
buyerPersidno | ||
ownerPersidno | ||
vehicleStatus | ||
useGroup | ||
vehGroup | ||
plateStatus | ||
nextInspection { | ||
nextInspectionDate | ||
nextInspectionDateIfPassedInspectionToday | ||
} | ||
operatorNumber | ||
primaryOperator | ||
ownerSsid | ||
ownerName | ||
lastInspectionResult | ||
lastInspectionDate | ||
lastInspectionType | ||
nextInspectionDate | ||
nextAvailableMileageReadDate | ||
requiresMileageRegistration | ||
canRegisterMilage | ||
nextMainInspection | ||
canRegisterMileage | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters