Skip to content

GraphQL Schema Reference

UpdateOutcomeDataInput

Note that this update method doesn't support nullability

GraphQL Schema definition

  • input UpdateOutcomeDataInput {
  • id: String!
  • abbreviation: String
  • reportText: String
  • # Hex Color string like "#F44336"
  • reportTextColor: String
  • coverageScore: Float
  • }

Require by