mirror of
https://github.com/wassname/talk.git
synced 2026-07-29 11:28:24 +08:00
change scalar URL type for a bit
This commit is contained in:
+1
-3
@@ -75,12 +75,10 @@ type Asset {
|
||||
closedAt: String
|
||||
}
|
||||
|
||||
scalar URL
|
||||
|
||||
type RootQuery {
|
||||
settings: Settings
|
||||
assets: [Asset]
|
||||
asset(id: ID, url: URL): Asset
|
||||
asset(id: ID, url: String): Asset
|
||||
me: User
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user