show the author and publication date

This commit is contained in:
Riley Davis
2017-02-15 15:36:46 -07:00
parent b3b36a245a
commit f91607cff9
4 changed files with 15 additions and 2 deletions
+3
View File
@@ -339,6 +339,9 @@ type Asset {
# The date that the asset was created.
created_at: Date
# The author(s) of the asset.
author: String
}
################################################################################