13 lines
204 B
GraphQL
13 lines
204 B
GraphQL
mutation CreateWorkspaceDocument($input: CreateWorkspaceDocumentInput!) {
|
|
createWorkspaceDocument(input: $input) {
|
|
id
|
|
title
|
|
type
|
|
owner
|
|
scope
|
|
updatedAt
|
|
summary
|
|
body
|
|
}
|
|
}
|