INTERFACE
O365FullSpObject
Description
SharePoint descendant objects.
link GraphQL Schema definition
- interface O365FullSpObject {
- # The SharePoint natural ID of the SharePoint descendant object.
- String! :
- # The fid of the SharePoint descendant object.
- String! :
- # The parent ID of the SharePoint descendant object.
- String :
- # The object type.
- SharePointDescendantType! :
- # The name of the SharePoint descendant object.
- String :
- # The time when this SharePoint descendant object was created.
- DateTime :
- # The time when this SharePoint descendant object was modified.
- DateTime :
- # The ID of the snapshot.
- UUID :
- # The sequence number of the snapshot.
- Int :
- }
link Require by
- O365FullSpDescendantAn O365 SharePoint descendant object.
- O365FullSpObjectConnectionPaginated list of O365FullSpObject objects with additional pagination information. Use `nodes` if per-object cursors are not needed. Each page of the results will include at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- O365FullSpObjectEdgeWrapper around the O365FullSpObject object. This wrapper is used for pagination.