-
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): update vehicleList endpoint to V2 (#16775)
* feat: update vehicleList endpoint to V2 * fix: remove comment --------- Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
- Loading branch information
1 parent
1e266af
commit 9f04555
Showing
6 changed files
with
37 additions
and
68 deletions.
There are no files selected for viewing
39 changes: 5 additions & 34 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,39 +1,10 @@ | ||
fragment VehicleFragment on VehiclesVehicle { | ||
isCurrent | ||
fragment VehicleFragment on VehicleListed { | ||
permno | ||
regno | ||
vin | ||
type | ||
color | ||
firstRegDate | ||
make | ||
colorName | ||
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 | ||
canRegisterMileage | ||
canRegisterMilage | ||
nextMainInspection | ||
} |
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