mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 17:50:15 +08:00
fix: allow url to not be provided
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user