| 1 | type ProductViewGetProductByPartNumber { |
| 2 | |
| 3 | catalogEntryView: [ProductViewCatalogEntryViewDetails] |
| 13 | |
| 4 | debug: [SolarSearchDebug] |
| 13 | |
| 5 | metaData: MetaData |
| 13 | |
| 6 | recordSetComplete: String |
| 13 | |
| 7 | recordSetCount: Int |
| 13 | |
| 8 | recordSetStartNumber: Int |
| 13 | |
| 9 | recordSetTotal: Int |
| 13 | |
| 10 | recordSetTotalMatches: Int |
| 13 | |
| 11 | resourceId: String |
| 13 | |
| 12 | resourceName: String |
| 14 | |
| 15 | } |