change scalar URL type for a bit

This commit is contained in:
Riley Davis
2017-01-20 11:54:18 -07:00
parent 7a5aa0a80c
commit c16f3b8fbe
2 changed files with 14 additions and 11 deletions
+1 -3
View File
@@ -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
}