feat: source + history (wip)
This commit is contained in:
13
client/graph/history/history-trail-query.gql
Normal file
13
client/graph/history/history-trail-query.gql
Normal file
@@ -0,0 +1,13 @@
|
||||
query($id: Int!, $offset: Int) {
|
||||
pages {
|
||||
history(id:$id, offset:$offset) {
|
||||
versionId
|
||||
authorId
|
||||
authorName
|
||||
actionType
|
||||
valueBefore
|
||||
valueAfter
|
||||
createdAt
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user