OBJECT
NarrativeReportResults
The narrative report format is used on some gem identification reports.
link GraphQL Schema definition
- type NarrativeReportResults {
- # The title of the report.
- : String
- # A description of the item.
- : String!
- # The identification 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.
- : String
- # This field will show a comment if a duplicate report is printed at a later
- # date.
- : String
- # Any text, symbols, logos, or a unique GIA report number inscribed on the item.
- : String
- # Machine readable code indicating the diamond’s country of origin. For GIA use
- # only.
- : CountryOfOriginCode
- # The identification of the item.
- : String
- # Machine readable code indicating any identified treatments. For GIA use only.
- : [TreatmentCodes]
- # The category of the diamond based on chemical and physical properties.
- : String
- }