refactor(graphql): replace dashboard query with resource queries
This commit is contained in:
12
frontend/graphql/operations/documents.graphql
Normal file
12
frontend/graphql/operations/documents.graphql
Normal file
@@ -0,0 +1,12 @@
|
||||
query DocumentsQuery {
|
||||
documents {
|
||||
id
|
||||
title
|
||||
type
|
||||
owner
|
||||
scope
|
||||
updatedAt
|
||||
summary
|
||||
body
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user