We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a31723d + db36ebd commit b3c0341Copy full SHA for b3c0341
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "0.28.0",
+ "version": "0.28.1",
3
"license": "MIT",
4
"main": "dist/index.js",
5
"typings": "dist/index.d.ts",
src/modules/filesystem/index.ts
@@ -295,7 +295,7 @@ export class FileSystem {
295
296
const operations = {
297
query: `mutation ($file: Upload!) {
298
- updateCompanyPhotoProfile(file: $file, id: "${branch_id}") { ${query} }
+ updatePhotoProfileToCompanyBranch(file: $file, id: "${branch_id}") { ${query} }
299
}`,
300
variables: { file: null },
301
};
0 commit comments