PrivateShareFiterInputType
No description
input PrivateShareFiterInputType {
isExpired: Boolean
isPublic: Boolean
isSharedViaEmail: Boolean
hasPassword: Boolean
includesItemType: PrivateShareItemType
creatorId: String
createdAfter: String
createdBefore: String
expiresAfter: String
expiresBefore: String
lastAccessedAfter: String
lastAccessedBefore: String
}
Fields
PrivateShareFiterInputType.isExpired ● Boolean scalar
true => only includes if its expired. false => only includes if its not expired. null or empty => includes both
PrivateShareFiterInputType.isPublic ● Boolean scalar
true => only includes if its public. false => only includes if its not bpulic. null or empty => includes both
PrivateShareFiterInputType.isSharedViaEmail ● Boolean scalar
true => only includes if its shared by email. false => only includes if its not shared by email. null or empty => includes both
PrivateShareFiterInputType.hasPassword ● Boolean scalar
true => only includes if it has a password. false => only includes if it has no password. null or empty => includes both