HelpingTool
A helping tool needed by the client along with its status
type HelpingTool {
status: HelpingToolStatus!
type: String!
}
Fields
HelpingTool.status ● HelpingToolStatus! non-null enum
The status of the helping tool
HelpingTool.type ● String! non-null scalar
The type of the helping tool
Member Of
HelpingToolsData object