mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-01 19:27:51 +00:00
updated commit
This commit is contained in:
@@ -237,3 +237,14 @@ export const GET_ALL_FIRMWARE = gql`
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const GET_TRACK_ASSIGNMENTS = gql`
|
||||
query GetAllFirmwareTrackAssignment {
|
||||
getAllFirmwareTrackAssignment {
|
||||
modelId
|
||||
firmwareVersionRecordId
|
||||
trackRecordId
|
||||
lastModifiedTimestamp
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user