Skip to main content

ContentLock

No description

type ContentLock {
contentId: String!
contentType: String!
createdAt: DateTime!
expiresAt: DateTime
id: String!
updatedAt: DateTime!
user: User
userId: String
}

Fields

ContentLock.contentId ● String! non-null scalar references

ContentLock.contentType ● String! non-null scalar references

ContentLock.createdAt ● DateTime! non-null scalar references

ContentLock.expiresAt ● DateTime scalar references

ContentLock.id ● String! non-null scalar references

ContentLock.updatedAt ● DateTime! non-null scalar references

ContentLock.user ● User object references

ContentLock.userId ● String scalar references

Returned By

contentLock query ● contentLockByContentId query ● contentLocks query ● createContentLock mutation ● deleteContentLock mutation ● refreshContentLock mutation ● updateContentLock mutation