ENUM

SearchShortcutType

link GraphQL Schema definition

1enum SearchShortcutType {
2
3# Returns shortcut matching Adobe tools.
4ADOBE_TOOL
5
6# Returns shortcut matching downloadable asset types.
7ASSET
8
9# Returns shortcut matching creative fields or job titles.
10HIRE
11}

link Required by