mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-01 19:27:51 +00:00
Merge branch 'master' into feature/TW-929
This commit is contained in:
@@ -86,8 +86,7 @@ export const FILE_UPLOAD = gql`
|
||||
export const OUI_UPLOAD = gql`
|
||||
mutation OuiUpload($fileName: String, $file: Upload) {
|
||||
ouiUpload(fileName: $fileName, file: $file) {
|
||||
fileName
|
||||
baseUrl
|
||||
success
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user