ENUM

OnedriveSearchObjectType

Description

Object type to constrain the search against.

link GraphQL Schema definition

  • enum OnedriveSearchObjectType {
  • # Search all.
  • ALL
  • # Search folders only.
  • O365_FOLDER
  • # Search files only.
  • ONEDRIVE_FILE
  • }