feat(server): enable share og information for docs (#7794)

This commit is contained in:
forehalo
2024-09-10 04:03:52 +00:00
parent 34eac4c24e
commit 0add8917f9
24 changed files with 449 additions and 40 deletions
+5
View File
@@ -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!]!