Merge pull request #1716 from automatisch/AUT-828

refactor: rewrite useVersion and healthcheck with RQ
This commit is contained in:
Ali BARIN
2024-03-13 11:02:38 +01:00
committed by GitHub
8 changed files with 31 additions and 56 deletions

View File

@@ -37,7 +37,6 @@ type Query {
getTrialStatus: GetTrialStatus
getUser(id: String!): User
getUsers(limit: Int!, offset: Int!): UserConnection
healthcheck: AppHealth
listSamlAuthProviders: [ListSamlAuthProvider]
}
@@ -602,10 +601,6 @@ type ExecutionStepConnection {
pageInfo: PageInfo
}
type AppHealth {
version: String
}
type License {
id: String
name: String