Merge branch 'master' into view-more-history

This commit is contained in:
Kiwi
2017-08-04 17:07:57 +02:00
committed by GitHub
14 changed files with 208 additions and 38 deletions
+3
View File
@@ -596,6 +596,9 @@ type Asset {
# The date that the asset was closed at.
closedAt: Date
# True if asset is closed.
isClosed: Boolean!
# Summary of all Actions against all entities associated with the Asset.
# (likes, flags, etc.). Requires the `ADMIN` role.
action_summaries: [AssetActionSummary!]