ENUM

O365ContactsSearchObjectType

Description

Object type to constrain the search against.

link GraphQL Schema definition

  • enum O365ContactsSearchObjectType {
  • # Search all.
  • ALL
  • # Search contacts only.
  • CONTACT
  • # Search contact folders only.
  • CONTACT_FOLDER
  • }