ENUM

SharePointDescendantType

Description

SharePoint descendant object type.

link GraphQL Schema definition

  • enum SharePointDescendantType {
  • # Unspecified type.
  • DESCENDANT_UNSPECIFIED
  • # Library SharePoint descendant type.
  • LIBRARY
  • # List SharePoint descendant type.
  • LIST
  • # Site SharePoint descendant type.
  • SITE
  • # Webpart SharePoint descendant type.
  • WEBPART
  • }