ExternalShare
No description
type ExternalShare implements Node {
nodeId: ID!
id: String!
sharedContentId: String!
sharedContentType: String!
allowedAccess: String
workspaceId: String
version: Int!
updatedAt: Datetime!
createdAt: Datetime!
createdByWorkspaceAccountId: String
deletedAt: Datetime
expirationDate: Date
sharedToEmail: String
}
Fields
ExternalShare.nodeId ● ID! non-null scalar
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
ExternalShare.id ● String! non-null scalar
ExternalShare.sharedContentId ● String! non-null scalar
ExternalShare.sharedContentType ● String! non-null scalar
ExternalShare.allowedAccess ● String scalar
ExternalShare.workspaceId ● String scalar
ExternalShare.version ● Int! non-null scalar
ExternalShare.updatedAt ● Datetime! non-null scalar
ExternalShare.createdAt ● Datetime! non-null scalar
ExternalShare.createdByWorkspaceAccountId ● String scalar
ExternalShare.deletedAt ● Datetime scalar
ExternalShare.expirationDate ● Date scalar
ExternalShare.sharedToEmail ● String scalar
Interfaces
Node interface
An object with a globally unique ID.
Returned By
externalShare query ● externalShareByNodeId query
Member Of
CreateExternalSharePayload object ● DeleteExternalSharePayload object ● UpdateExternalSharePayload object