mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-02 03:37:59 +00:00
file upload
This commit is contained in:
@@ -63,3 +63,11 @@ export const UPDATE_EQUIPMENT_BULK = gql`
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
export const FILE_UPLOAD = gql`
|
||||
mutation FileUpload($fileName: String, $file: Upload) {
|
||||
fileUpload(fileName: $fileName, file: $file) {
|
||||
success
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user