File service uniformize not found behavior and stream management (#20891)
# Introduction closes https://github.com/twentyhq/private-issues/issues/485
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
import gql from 'graphql-tag';
|
||||
|
||||
export const uploadWorkspaceLogoMutation = gql`
|
||||
mutation UploadWorkspaceLogo($file: Upload!) {
|
||||
uploadWorkspaceLogo(file: $file) {
|
||||
id
|
||||
url
|
||||
}
|
||||
}
|
||||
`;
|
||||
Reference in New Issue
Block a user