OBJECT

M365BackupStorageRestorePointEdge

Description

Wrapper around the M365BackupStorageRestorePoint object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type M365BackupStorageRestorePointEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual M365BackupStorageRestorePoint object wrapped by this edge.
  • node: M365BackupStorageRestorePoint!
  • }