Skip to content

shareable

A document or folder that can be shared with users or groups

Arguments

id · ID! · required · The unique idenitifer of the shareable record
shareable_type · ShareableType! · required · The type of shareable record (document or folder)

Returns

Shareable

Example

query shareable($id: ID!, $shareable_type: ShareableType!) {
shareable(id: $id, shareable_type: $shareable_type)
}