OBJECT
JewelryGradingReportResults
Results for jewelry grading report
link GraphQL Schema definition
- type JewelryGradingReportResults {
- # GIA report results
- : [GIAReportResults]
- # Additional stones information
- : [AdditionalStonesData]
- # Image comments
- : String
- # Jewelry description
- : String
- # Metal information
- : String
- # Jewelry weight
- : String
- # Inscriptions
- : String
- # Inscription graphics
- : [InscriptionGraphic]
- # Stampings
- : String
- # Stamping graphics
- : [StampingGraphic]
- }