queries and mutations

This commit is contained in:
Belen Curcio
2017-01-20 18:48:35 -03:00
parent 715faf321f
commit f813a77194
5 changed files with 47 additions and 23 deletions
+1
View File
@@ -20,6 +20,7 @@ type Comment {
user: User
replies(limit: Int = 3): [Comment]
actions: [ActionSummary]
status: String
}
enum ITEM_TYPE {