saving my place

This commit is contained in:
riley
2017-05-03 09:32:05 -06:00
parent 9d2b47f02b
commit 9e1b470cb5
13 changed files with 148 additions and 6 deletions
+3
View File
@@ -585,6 +585,9 @@ type RootQuery {
# Users returned based on a query.
users(query: UsersQuery): [User]
# a single User by id
user(id: ID!): User
# Asset metrics related to user actions are saturated into the assets
# returned. Parameters `from` and `to` are related to the action created_at field.
assetMetrics(from: Date!, to: Date!, sort: ASSET_METRICS_SORT!, limit: Int = 10): [Asset!]