Browse Source

test(app.entity): update info field

Nicolas Meienberger 2 years ago
parent
commit
4214b9e62d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/system-api/src/test/queries/getApp.graphql

+ 4 - 0
packages/system-api/src/test/queries/getApp.graphql

@@ -21,5 +21,9 @@ query GetApp($id: String!) {
       }
       }
       requirements
       requirements
     }
     }
+    updateInfo {
+      current
+      latest
+    }
   }
   }
 }
 }