OBJECT

NarrativeReportResults

The narrative report format is used on some gem identification reports.

link GraphQL Schema definition

  • type NarrativeReportResults {
  • # The title of the report.
  • report_title: String
  • # A description of the item.
  • description: String!
  • # The identification conclusion.
  • conclusion: String!
  • # Additional identifying characteristics or features that are not otherwise
  • # represented on the report. If a treatment is detected, such as laser drilling,
  • # it would be described here.
  • report_comments: String
  • # This field will show a comment if a duplicate report is printed at a later
  • # date.
  • duplicate_comments: String
  • # Any text, symbols, logos, or a unique GIA report number inscribed on the item.
  • inscriptions: String
  • # Machine readable code indicating the diamond’s country of origin. For GIA use
  • # only.
  • country_of_origin_code: CountryOfOriginCode
  • # The identification of the item.
  • pearl_identification: String
  • # Machine readable code indicating any identified treatments. For GIA use only.
  • treatment_codes: [TreatmentCodes]
  • # The category of the diamond based on chemical and physical properties.
  • diamond_type: String
  • }