OBJECT
Share
Represents a sharing relationship between a user and a file or folder
link GraphQL Schema definition
- type Share {
- # Unique identifier for the share
- : ID!
- # The file or folder being shared
- : SharedItem!
- # User with whom the item is shared
- : User!
- # Timestamp when the share was created
- : String!
- }