refactor: remove GetAutomatischInfo GQL query

This commit is contained in:
Ali BARIN
2024-02-29 18:03:27 +00:00
parent 70af7d05e3
commit 1f8b81ee78
6 changed files with 0 additions and 230 deletions

View File

@@ -40,7 +40,6 @@ type Query {
key: String!
parameters: JSONObject
): [SubstepArgument]
getAutomatischInfo: GetAutomatischInfo
getBillingAndUsage: GetBillingAndUsage
getCurrentUser: User
getConfig(keys: [String]): JSONObject
@@ -644,12 +643,6 @@ type AppHealth {
version: String
}
type GetAutomatischInfo {
isCloud: Boolean
isMation: Boolean
license: License
}
type License {
id: String
name: String