Skip to content

Commit a1dca02

Browse files
authored
Add missing extension key field to mutation result (#522)
Regression introduced with c8747d6
1 parent f81b20b commit a1dca02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/graphql/mutations/ExtensionMutation.ts

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ export const UPDATE_EXTENSION = gql`
2727
updateExtension(input: $input) {
2828
clientMutationId
2929
extension {
30+
pkgName
3031
apkName
3132
versionName
3233
versionCode
@@ -43,6 +44,7 @@ export const UPDATE_EXTENSIONS = gql`
4344
updateExtensions(input: $input) {
4445
clientMutationId
4546
extensions {
47+
pkgName
4648
apkName
4749
versionName
4850
versionCode

0 commit comments

Comments
 (0)