OBJECT
InsightSolution
A possible solution for an insight
link GraphQL Schema definition
- type InsightSolution {
- # Time at which solution is created. Expressed in UTC ISO-8601 format
- DateTime! :
- # Solution description
- String! :
- # Hyperlink to solution
- HyperLink! :
- # Identifier of a source where the solution is retrieved
- String! :
- # Time at which solution is last queried. Expressed in UTC ISO-8601 format
- DateTime! :
- # Score of a solution
- Int :
- # Human readable source where the solution is retrieved
- String! :
- }