OBJECT
GradingReport
The base grading report object.
link GraphQL Schema definition
- type GradingReport {
- # Date item was examined by GIA.
- String :
- # Date item was examined by GIA, in ISO-8601 format.
- String :
- # Unique GIA report number registered in GIA's database.
- String! :
- # The type of GIA report.
- String :
- # The type of GIA report, in machine-readable format.
- ReportTypeCode :
- # The grading results as shown on the GIA report.
- ReportResults :
- # Links to other files, such as images and PDFs.
- Links :
- # Quota remaining after this report is returned.
- Quota :
- # Any special information regarding your report request, for example if your
- # original requested report has been updated to a different report number.
- String :
- # If report is part of digital program.
- Boolean :
- # If report data has been issued as an in-progress grading report. A PDF version
- # is not available at this time.
- Boolean :
- # Metadata for attached assets along with download links, equivalent of links in
- # array form.
- ReportAsset!] : [
- # Industry disclosures
- IndustryDisclosures :
- # Supplemental grading report
- SupplementalReportResults] : [
- # List of associated references of the report.
- AssociatedReference] : [
- }