OBJECT

SearchShortcut

link GraphQL Schema definition

1type SearchShortcut {
2
3description: String!
4
5entity: SearchShortcutEntity
6
7title: String!
8
9}

link Required by