UpdateContentLockInput
No description
input UpdateContentLockInput {
contentId: String
contentType: String
expiresAt: DateTime
userId: String
}
Fields
UpdateContentLockInput.contentId
● String
scalar references
UpdateContentLockInput.contentType
● String
scalar references
UpdateContentLockInput.expiresAt
● DateTime
scalar references
UpdateContentLockInput.userId
● String
scalar references
Member Of
updateContentLock
mutation