OBJECT

Problem

Base class for types

link GraphQL Schema definition

  • type Problem {
  • # Code of the problem
  • code: String
  • # Self-descriptive
  • id: ID!
  • # Name of the problem
  • name: String
  • # When true, this object must be consolidated as part of a CCDA Ingest
  • requires_consolidation: Boolean
  • }