Skip to main content
Version: Latest

Document.shareesV2

Enterprise
description

document sharees. A sharee is either a collection of UserSharees, GroupSharee, and EmailSharee, or a PresetSharee value.

The changes compared to the 'sharees' field are that this field is nullable. This is for the sake of returning partial data for the parent element, in case sharees cannot be resolved.

shareesV2: [ShareeItem!]

Type

ShareeItem interface

ShareeItem is a simple type that unifies all sharees. In general and for all sharee types we need to have an id and name. And it will be the simple format for all type of sharees. without the need of other sharee details.

Loading...