Browse Source

test(app.entity): update info field

Nicolas Meienberger 3 năm trước cách đây
mục cha
commit
4214b9e62d
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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
     }
+    updateInfo {
+      current
+      latest
+    }
   }
 }