Files
clientsflow/frontend/graphql/operations/documents.graphql

13 lines
124 B
GraphQL

query DocumentsQuery {
documents {
id
title
type
owner
scope
updatedAt
summary
body
}
}