mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 00:56:26 +08:00
feat(server): enable share og information for docs (#7794)
This commit is contained in:
@@ -773,6 +773,8 @@ input UpdateUserInput {
|
||||
}
|
||||
|
||||
input UpdateWorkspaceInput {
|
||||
"""Enable url previous when sharing"""
|
||||
enableUrlPreview: Boolean
|
||||
id: ID!
|
||||
|
||||
"""is Public workspace"""
|
||||
@@ -904,6 +906,9 @@ type WorkspaceType {
|
||||
"""Workspace created date"""
|
||||
createdAt: DateTime!
|
||||
|
||||
"""Enable url previous when sharing"""
|
||||
enableUrlPreview: Boolean!
|
||||
|
||||
"""Enabled features of workspace"""
|
||||
features: [FeatureType!]!
|
||||
histories(before: DateTime, guid: String!, take: Int): [DocHistoryType!]!
|
||||
|
||||
Reference in New Issue
Block a user