Skip to content

GraphQL Schema Reference

CreateOutcomeDataInput

GraphQL Schema definition

  • input CreateOutcomeDataInput {
  • name: String!
  • abbreviation: String
  • reportText: String!
  • # Hex Color string like "#F44336"
  • reportTextColor: String!
  • coverageScore: Float
  • defenseSuccessScore: Int
  • historicalTrendSuccess: Boolean
  • historicalTrendCategory: Boolean
  • # UI prompt question for user to consider when selecting child elements. (Example:
  • # 'Alerted' may be a top level outcome but a child question of 'Severity?' could
  • # be used for child outcomes of 'Low' and 'High')
  • childQuestion: String
  • userSelectable: Boolean
  • requiresBlueTool: Boolean
  • defaultable: Boolean
  • parentId: String
  • childIds: [String!]
  • }

Require by