ENUM

OnedriveSearchKeywordType

Description

Search keyword type.

link GraphQL Schema definition

  • enum OnedriveSearchKeywordType {
  • # Search by file type.
  • FILE_TYPE
  • # Search by file or folder name.
  • NAME
  • }