OBJECT

ResultListListItem

link GraphQL Schema definition

1type ResultListListItem {
2
3accountId: Int
11
4attachmentURL: [String]
11
5displayText: [String]
11
6hasDisplayLogo: Boolean
11
7hasDisplayText: Boolean
11
8languageId: Int
11
9storeId: Int
11
10userId: Int
12
13}