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
  • creationTime: DateTime!
  • # Solution description
  • description: String!
  • # Hyperlink to solution
  • hyperlink: HyperLink!
  • # Identifier of a source where the solution is retrieved
  • identifier: String!
  • # Time at which solution is last queried. Expressed in UTC ISO-8601 format
  • lastQueryTime: DateTime!
  • # Score of a solution
  • score: Int
  • # Human readable source where the solution is retrieved
  • source: String!
  • }