feat: expose version with healthcheck query
This commit is contained in:
@@ -14,6 +14,7 @@ type Query {
|
||||
): ExecutionStepConnection
|
||||
getData(stepId: String!, key: String!, parameters: JSONObject): JSONObject
|
||||
getCurrentUser: User
|
||||
healthcheck: AppHealth
|
||||
}
|
||||
|
||||
type Mutation {
|
||||
@@ -424,6 +425,10 @@ type ExecutionStepConnection {
|
||||
pageInfo: PageInfo
|
||||
}
|
||||
|
||||
type AppHealth {
|
||||
version: String
|
||||
}
|
||||
|
||||
schema {
|
||||
query: Query
|
||||
mutation: Mutation
|
||||
|
Reference in New Issue
Block a user