Implement Response interface

This commit is contained in:
Chi Vinh Le
2017-06-08 23:54:08 +07:00
parent 7e5adcd477
commit 8eb8010a33
2 changed files with 2 additions and 2 deletions
@@ -60,7 +60,7 @@ type CreateLikeResponse implements Response {
like: LikeAction
# An array of errors relating to the mutation that occurred.
errors: [UserError]
errors: [UserError!]
}
type RootMutation {
@@ -60,7 +60,7 @@ type CreateLoveResponse implements Response {
love: LoveAction
# An array of errors relating to the mutation that occurred.
errors: [UserError]
errors: [UserError!]
}
type RootMutation {