We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81b20b commit a1dca02Copy full SHA for a1dca02
src/lib/graphql/mutations/ExtensionMutation.ts
@@ -27,6 +27,7 @@ export const UPDATE_EXTENSION = gql`
27
updateExtension(input: $input) {
28
clientMutationId
29
extension {
30
+ pkgName
31
apkName
32
versionName
33
versionCode
@@ -43,6 +44,7 @@ export const UPDATE_EXTENSIONS = gql`
43
44
updateExtensions(input: $input) {
45
46
extensions {
47
48
49
50
0 commit comments