fix: allow url to not be provided

This commit is contained in:
Wyatt Johnson
2018-07-11 16:30:57 -06:00
parent c90f6cbe53
commit 35ba69c8ed
@@ -586,9 +586,9 @@ type Query {
assets(cursor: Cursor, limit: Int = 10): AssetsConnection
"""
asset is the Asset specified by its ID.
asset is the Asset specified by its ID/URL.
"""
asset(id: ID, url: String!): Asset
asset(id: ID, url: String): Asset
"""
me is the current logged in User.