We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e5a3e commit 8333bcdCopy full SHA for 8333bcd
1 file changed
app/graphql/types/runtime_status_type.rb
@@ -17,8 +17,7 @@ class RuntimeStatusType < Types::BaseObject
17
description: 'The timestamp of the last heartbeat received from the runtime'
18
field :status, Types::RuntimeStatusStatusEnum,
19
null: false,
20
- description: 'The current status of the runtime',
21
- method: :current_status
+ description: 'The current status of the runtime'
22
field :type, RuntimeStatusTypeEnum,
23
24
description: 'Type of the runtime status',
0 commit comments