updated commit

This commit is contained in:
Irtiza-h30
2020-07-16 18:35:12 -04:00
parent 31a61fe804
commit 4fde4c4db9
3 changed files with 111 additions and 6 deletions

View File

@@ -237,3 +237,14 @@ export const GET_ALL_FIRMWARE = gql`
}
}
`;
export const GET_TRACK_ASSIGNMENTS = gql`
query GetAllFirmwareTrackAssignment {
getAllFirmwareTrackAssignment {
modelId
firmwareVersionRecordId
trackRecordId
lastModifiedTimestamp
}
}
`;