This commit is contained in:
Belen Curcio
2017-06-16 15:05:22 -03:00
parent d386316f8a
commit 89cf13b4cf
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -634,7 +634,7 @@ type RootQuery {
comment(id: ID!): Comment
# All assets. Requires the `ADMIN` role.
assets(query: AssetsQuery!): [Asset]
assets(query: AssetsQuery): [Asset]
# Find or create an asset by url, or just find with the ID.
asset(id: ID, url: String): Asset