Merge branch 'master' into feature/TW-929

This commit is contained in:
Sean Macfarlane
2020-07-26 15:14:35 -04:00
11 changed files with 55 additions and 48 deletions

View File

@@ -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
}
}
`;