feat: add license info in getAutomatischInfo query (#1202)

This commit is contained in:
Ömer Faruk Aydın
2023-08-10 23:18:10 +02:00
committed by GitHub
parent ec42446daa
commit 84b701747f
4 changed files with 31 additions and 8 deletions

View File

@@ -593,6 +593,14 @@ type AppHealth {
type GetAutomatischInfo {
isCloud: Boolean
license: License
}
type License {
id: String
name: String
expireAt: String
verified: Boolean
}
type GetTrialStatus {