OBJECT

CommonSuggestionView

link GraphQL Schema definition

1type CommonSuggestionView {
2
3categorySeparator: String
9
4entry: [Entry2]
9
5identifier: String
9
6name: String
9
7userData: UserDataType
9
8value: String
10
11}