| 1 | type SearchSitecontentProductSuggestionsBySearchTermSearchterm { |
| 2 | |
| 3 | metaData: MetaData! |
| 12 | |
| 4 | recordSetComplete: String! |
| 12 | |
| 5 | recordSetCount: Int! |
| 12 | |
| 6 | recordSetStartNumber: Int! |
| 12 | |
| 7 | recordSetTotal: Int! |
| 12 | |
| 8 | recordSetTotalMatches: Int! |
| 12 | |
| 9 | resourceId: String! |
| 12 | |
| 10 | resourceName: String! |
| 12 | |
| 11 | suggestionView: [SuggestionView2ListItem]! |
| 13 | |
| 14 | } |