frontend: add create-workspace-document graphql operation
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
mutation CreateWorkspaceDocument($input: CreateWorkspaceDocumentInput!) {
|
||||
createWorkspaceDocument(input: $input) {
|
||||
id
|
||||
title
|
||||
type
|
||||
owner
|
||||
scope
|
||||
updatedAt
|
||||
summary
|
||||
body
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user