Ver código fonte

test(app.entity): update info field

Nicolas Meienberger 2 anos atrás
pai
commit
4214b9e62d

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

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