We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0ct0pu5
/
runtipi
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
test(app.entity): update info field
Nicolas Meienberger
2 years ago
parent
95aa267717
commit
4214b9e62d
1 changed files
with
4 additions
and
0 deletions
Unified View
Show Diff Stats
4
0
packages/system-api/src/test/queries/getApp.graphql
+ 4
- 0
packages/system-api/src/test/queries/getApp.graphql
View File
@@ -21,5 +21,9 @@ query GetApp($id: String!) {
}
}
requirements
requirements
}
}
+ updateInfo {
+ current
+ latest
+ }
}
}
}
}